File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 41
41
steps :
42
42
- name : Checkout repository
43
43
uses : actions/checkout@v4
44
-
44
+ - name : Setup .NET
45
+ uses : actions/setup-dotnet@v4
46
+ with :
47
+ dotnet-version : |
48
+ 8.0.x
49
+ 9.0.x
45
50
# Initializes the CodeQL tools for scanning.
46
51
- name : Initialize CodeQL
47
52
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 32
32
- uses : actions/setup-dotnet@v4
33
33
with :
34
34
dotnet-version : |
35
- 6 .0.x
36
- 7 .0.x
35
+ 8 .0.x
36
+ 9 .0.x
37
37
38
38
- name : Get the tag version
39
39
id : get_version
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
- 7 .0.x
36
+ 8 .0.x
37
+ 9 .0.x
38
38
- name : Restore dependencies
39
39
run : dotnet restore
40
40
- name : Build
Original file line number Diff line number Diff line change 5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
<LangVersion >default</LangVersion >
8
- <TargetFrameworks >net6 .0;net8 .0</TargetFrameworks >
8
+ <TargetFrameworks >net8 .0;net9 .0</TargetFrameworks >
9
9
<OutputType >Exe</OutputType >
10
10
</PropertyGroup >
11
11
31
31
<PackageReference Include =" Azure.Identity" Version =" 1.13.1" />
32
32
<PackageReference Include =" CsvHelper" Version =" 33.0.1" />
33
33
<PackageReference Include =" JmesPath.Net" Version =" 1.0.330" />
34
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8 .0.1 " />
35
- <PackageReference Include =" Microsoft.Extensions.Http.Polly" Version =" 8 .0.10 " />
34
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9 .0.0 " />
35
+ <PackageReference Include =" Microsoft.Extensions.Http.Polly" Version =" 9 .0.0 " />
36
36
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
37
- <PackageReference Include =" Polly" Version =" 8.4.2 " />
37
+ <PackageReference Include =" Polly" Version =" 8.5.0 " />
38
38
<PackageReference Include =" Polly.Extensions.Http" Version =" 3.0.0" />
39
39
<PackageReference Include =" Spectre.Console" Version =" 0.49.1" />
40
40
<PackageReference Include =" Spectre.Console.Cli" Version =" 0.49.1" />
You can’t perform that action at this time.
0 commit comments