File tree Expand file tree Collapse file tree 7 files changed +7
-8
lines changed Expand file tree Collapse file tree 7 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/setup-dotnet@v4
16
16
with :
17
17
dotnet-version : |
18
- 6.0.x
19
18
8.0.x
19
+ 9.0.x
20
20
# - name: Check Format
21
21
# # don't check formatting on Windows b/c of CRLF issues.
22
22
# if: matrix.os == 'ubuntu-latest'
66
66
uses : actions/setup-dotnet@v4
67
67
with :
68
68
dotnet-version : |
69
- 6.0.x
70
69
8.0.x
70
+ 9.0.x
71
71
- name : Minikube
72
72
run : minikube start
73
73
- name : Test
Original file line number Diff line number Diff line change 34
34
uses : actions/setup-dotnet@v4
35
35
with :
36
36
dotnet-version : |
37
- 6.0.x
38
37
8.0.x
38
+ 9.0.x
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 33
33
uses : actions/setup-dotnet@v4
34
34
with :
35
35
dotnet-version : |
36
- 6.0.x
37
36
8.0.x
37
+ 9.0.x
38
38
39
39
- name : Build
40
40
run : dotnet build -c Release
Original file line number Diff line number Diff line change 21
21
uses : actions/setup-dotnet@v4
22
22
with :
23
23
dotnet-version : |
24
- 6.0.x
25
24
8.0.x
25
+ 9.0.x
26
26
27
27
- name : dotnet restore
28
28
run : dotnet restore --verbosity minimal --configfile nuget.config
Original file line number Diff line number Diff line change 18
18
uses : actions/setup-dotnet@v4
19
19
with :
20
20
dotnet-version : |
21
- 6.0.x
22
21
8.0.x
22
+ 9.0.x
23
23
24
24
- name : dotnet restore
25
25
run : dotnet restore --verbosity minimal --configfile nuget.config
Original file line number Diff line number Diff line change 27
27
<PackageVersion Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.1.2" />
28
28
<PackageVersion Include =" System.IO.Abstractions.TestingHelpers" Version =" 20.0.15" />
29
29
<PackageVersion Include =" System.Reactive" Version =" 6.0.0" />
30
- <PackageVersion Include =" System.Text.Json" Version =" 8 .0.4 " />
30
+ <PackageVersion Include =" System.Text.Json" Version =" 9 .0.0 " />
31
31
<PackageVersion Include =" Vecc.YamlDotNet.Analyzers.StaticGenerator" Version =" 16.0.0" />
32
32
<PackageVersion Include =" xunit" Version =" 2.6.6" />
33
33
<PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.5.6" />
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Condition =" '$(TargetFramework)'=='net6.0'" Include =" System.Diagnostics.DiagnosticSource" VersionOverride =" 7.0.0" />
11
10
<PackageReference Include =" System.IdentityModel.Tokens.Jwt" />
12
11
<PackageReference Include =" IdentityModel.OidcClient" />
13
12
<PackageReference Include =" Fractions" />
You can’t perform that action at this time.
0 commit comments