File tree Expand file tree Collapse file tree 7 files changed +7
-10
lines changed
Destructurama.ByIgnoring.Tests Expand file tree Collapse file tree 7 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 2121 - name : Setup .NET SDK
2222 uses : actions/setup-dotnet@v4
2323 with :
24- dotnet-version : 8 .0.x
24+ dotnet-version : 9 .0.x
2525
2626 - name : Run benchmarks
2727 working-directory : src/Benchmarks
Original file line number Diff line number Diff line change 1919 - name : Setup .NET SDK
2020 uses : actions/setup-dotnet@v4
2121 with :
22- dotnet-version : 8 .0.x
22+ dotnet-version : 9 .0.x
2323
2424 - name : Initialize CodeQL
2525 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 2525 - name : Setup .NET SDK
2626 uses : actions/setup-dotnet@v4
2727 with :
28- dotnet-version : 8 .0.x
28+ dotnet-version : 9 .0.x
2929 source-url : https://nuget.pkg.github.com/destructurama/index.json
3030 env :
3131 NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 1919 - name : Setup .NET SDK
2020 uses : actions/setup-dotnet@v4
2121 with :
22- dotnet-version : 8 .0.x
22+ dotnet-version : 9 .0.x
2323 source-url : https://api.nuget.org/v3/index.json
2424 env :
2525 NUGET_AUTH_TOKEN : ${{secrets.NUGET_AUTH_TOKEN}}
Original file line number Diff line number Diff line change 3535 - name : Setup .NET SDKs
3636 uses : actions/setup-dotnet@v4
3737 with :
38- dotnet-version : |
39- 6.0.x
40- 7.0.x
41- 8.0.x
38+ dotnet-version : 9.0.x
4239 source-url : https://nuget.pkg.github.com/destructurama/index.json
4340 env :
4441 NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net9 .0</TargetFramework >
66 <NoWarn >$(NoWarn);1591</NoWarn >
77 <IsPackable >false</IsPackable >
88 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6.0;net7.0;net8.0</ TargetFrameworks >
4+ <TargetFramework >net9.0</ TargetFramework >
55 <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
66 <NoWarn >$(NoWarn);1591</NoWarn >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments