File tree Expand file tree Collapse file tree 7 files changed +8
-11
lines changed
Destructurama.JsonNet.Tests Expand file tree Collapse file tree 7 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 21
21
- name : Setup .NET SDK
22
22
uses : actions/setup-dotnet@v4
23
23
with :
24
- dotnet-version : 8 .0.x
24
+ dotnet-version : 9 .0.x
25
25
26
26
- name : Run benchmarks
27
27
working-directory : src/Benchmarks
Original file line number Diff line number Diff line change 19
19
- name : Setup .NET SDK
20
20
uses : actions/setup-dotnet@v4
21
21
with :
22
- dotnet-version : 8 .0.x
22
+ dotnet-version : 9 .0.x
23
23
24
24
- name : Initialize CodeQL
25
25
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 25
25
- name : Setup .NET SDK
26
26
uses : actions/setup-dotnet@v4
27
27
with :
28
- dotnet-version : 8 .0.x
28
+ dotnet-version : 9 .0.x
29
29
source-url : https://nuget.pkg.github.com/destructurama/index.json
30
30
env :
31
31
NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 19
19
- name : Setup .NET SDK
20
20
uses : actions/setup-dotnet@v4
21
21
with :
22
- dotnet-version : 8 .0.x
22
+ dotnet-version : 9 .0.x
23
23
source-url : https://api.nuget.org/v3/index.json
24
24
env :
25
25
NUGET_AUTH_TOKEN : ${{secrets.NUGET_AUTH_TOKEN}}
Original file line number Diff line number Diff line change 35
35
- name : Setup .NET SDKs
36
36
uses : actions/setup-dotnet@v4
37
37
with :
38
- dotnet-version : |
39
- 6.0.x
40
- 7.0.x
41
- 8.0.x
38
+ dotnet-version : 9.0.x
42
39
source-url : https://nuget.pkg.github.com/destructurama/index.json
43
40
env :
44
41
NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net8 .0</TargetFramework >
5
+ <TargetFramework >net9 .0</TargetFramework >
6
6
<NoWarn >$(NoWarn);1591</NoWarn >
7
7
<IsPackable >false</IsPackable >
8
8
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net6.0;net7.0;net8.0</ TargetFrameworks >
4
+ <TargetFramework >net9.0</ TargetFramework >
5
5
<TreatWarningsAsErrors >false</TreatWarningsAsErrors >
6
6
<NoWarn >$(NoWarn);1591</NoWarn >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10 .0" />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
11
11
<PackageReference Include =" xunit" Version =" 2.9.2" />
12
12
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
13
13
<PackageReference Include =" Serilog" Version =" 3.1.1" />
You can’t perform that action at this time.
0 commit comments