File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010 steps :
1111 - name : Checkout code
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313
1414 - name : Setup .NET 9 SDK
15- uses : actions/setup-dotnet@v3
15+ uses : actions/setup-dotnet@v4
1616 with :
1717 dotnet-version : ' 9.0.x'
18+
19+ # verify installed SDKs
20+ - name : Show installed .NET SDKs
21+ run : dotnet --list-sdks
1822
19- # Mono is unnecessary on Windows runners — .NET Framework MSBuild is native on Windows
2023
2124 - name : Restore EFCore dependencies
2225 run : dotnet restore src/EFCore/EFCore.csproj
Original file line number Diff line number Diff line change 99 <PackageVersion Include =" FluentValidation.DependencyInjectionExtensions" Version =" 11.11.0" />
1010 <PackageVersion Include =" Microsoft.EntityFrameworkCore.Abstractions" Version =" 9.0.6" />
1111 <PackageVersion Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 9.0.6" />
12+ <PackageVersion Include =" Microsoft.SqlServer.Server" Version =" 1.0.0" />
1213 <PackageVersion Include =" Microsoft.EntityFrameworkCore.Design" Version =" 9.0.6" >
1314 <PrivateAssets >all</PrivateAssets >
1415 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments