Skip to content

Bump Microsoft.EntityFrameworkCore.SqlServer from 9.0.16 to 9.0.17 #199

Bump Microsoft.EntityFrameworkCore.SqlServer from 9.0.16 to 9.0.17

Bump Microsoft.EntityFrameworkCore.SqlServer from 9.0.16 to 9.0.17 #199

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Test dotnet ${{ matrix.dotnet-version }}
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest]
dotnet-version: ['8.0.x']
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
- name: Build package
run: dotnet build --configuration 'Release'