File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 name : Build windows-latest
1414 runs-on : windows-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v6
1717 - name : Setup .NET Core
18- uses : actions/setup-dotnet@v1
18+ uses : actions/setup-dotnet@v5
1919 with :
20- dotnet-version : 8 .0.*
20+ dotnet-version : 10 .0.*
2121 - name : Install Dependencies
22- run : dotnet restore
22+ run : dotnet restore --configfile ./NuGet.config
2323 - name : Build
2424 run : dotnet build --configuration Release --no-restore
2525 - name : Test
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <TargetFramework >net8 .0</TargetFramework >
3+ <TargetFramework >net10 .0</TargetFramework >
44 <ImplicitUsings >enable</ImplicitUsings >
55 <Nullable >disable</Nullable >
66 <IsPackable >false</IsPackable >
You can’t perform that action at this time.
0 commit comments