File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 fetch-depth : 0 # Git Versioning requires a non-shallow clone
2020
2121 - name : Setup .NET
22- uses : actions/setup-dotnet@v3
22+ uses : actions/setup-dotnet@v5
2323
2424 - name : Restore
2525 run : dotnet restore -bl:logs/restore.binlog
Original file line number Diff line number Diff line change 1717 fetch-depth : 0 # Git Versioning requires a non-shallow clone
1818
1919 - name : Setup .NET
20- uses : actions/setup-dotnet@v3
20+ uses : actions/setup-dotnet@v5
2121
2222 - name : Restore
2323 run : dotnet restore -bl:logs/restore.binlog
Original file line number Diff line number Diff line change 11{
22 "msbuild-sdks" : {
33 "Microsoft.Build.NoTargets" : " 3.7.56" ,
4- "MSTest.Sdk" : " 3.11.1 "
4+ "MSTest.Sdk" : " 4.1.0 "
55 },
66 "test" : {
77 "runner" : " Microsoft.Testing.Platform"
Original file line number Diff line number Diff line change 11<Project Sdk =" MSTest.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net8 .0</TargetFramework >
3+ <TargetFramework >net10 .0</TargetFramework >
44 <NoWarn >$(NoWarn);0067;1591;CA1861</NoWarn >
55
66 <!-- Don't compile anything from the test data dir -->
You can’t perform that action at this time.
0 commit comments