Skip to content

Bump Microsoft.EntityFrameworkCore.SqlServer from 7.0.14 to 7.0.15 (#… #216

Bump Microsoft.EntityFrameworkCore.SqlServer from 7.0.14 to 7.0.15 (#…

Bump Microsoft.EntityFrameworkCore.SqlServer from 7.0.14 to 7.0.15 (#… #216

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: ['6.0.x']
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- name: Build package
run: dotnet build --configuration 'Release'