Skip to content

fix(deps): bump Microsoft.EntityFrameworkCore.Design from 8.0.8 to 9.0.0 #75

fix(deps): bump Microsoft.EntityFrameworkCore.Design from 8.0.8 to 9.0.0

fix(deps): bump Microsoft.EntityFrameworkCore.Design from 8.0.8 to 9.0.0 #75

Workflow file for this run

name: .NET Core
on:
push:
branches: [ master, pre-master ]
pull_request:
branches: [ master, pre-master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x
- name: Build with dotnet
run: dotnet build -c Release