Skip to content

Bump Npgsql.EntityFrameworkCore.PostgreSQL from 8.0.4 to 8.0.8 #220

Bump Npgsql.EntityFrameworkCore.PostgreSQL from 8.0.4 to 8.0.8

Bump Npgsql.EntityFrameworkCore.PostgreSQL from 8.0.4 to 8.0.8 #220

Workflow file for this run

name: Dotnet
on:
push:
branches: [ main ]
tags:
- v*
pull_request:
branches: [ main ]
env:
IMAGE_NAME: odataexample
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
include-prerelease: true
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore