File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
dotnet-version : 8.0.x
26
26
27
+ - name : Setup .NET 9
28
+ uses : actions/setup-dotnet@v1
29
+ with :
30
+ dotnet-version : 9.0.x
31
+
27
32
- name : Install Node.js
28
33
uses : actions/setup-node@v1
29
34
with :
Original file line number Diff line number Diff line change 37
37
with :
38
38
dotnet-version : 8.0.x
39
39
40
+ - name : Setup .NET 9
41
+ uses : actions/setup-dotnet@v1
42
+ with :
43
+ dotnet-version : 9.0.x
44
+
40
45
- name : Build Script
41
46
run : dotnet run -p build/build.csproj -- ci
Original file line number Diff line number Diff line change 23
23
with :
24
24
dotnet-version : 8.0.x
25
25
26
+ - name : Setup .NET 9
27
+ uses : actions/setup-dotnet@v1
28
+ with :
29
+ dotnet-version : 9.0.x
30
+
26
31
- name : Pack
27
32
run : dotnet pack src/Oakton/Oakton.csproj --configuration Release
28
33
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Description >Command Line Parsing and Execution</Description >
4
4
<AssemblyTitle >Oakton</AssemblyTitle >
5
- <PackageVersion >6.2.1 </PackageVersion >
5
+ <PackageVersion >6.3.0 </PackageVersion >
6
6
<Authors >Jeremy D. Miller</Authors >
7
- <TargetFrameworks >net6.0;net7.0;net8.0</TargetFrameworks >
7
+ <TargetFrameworks >net6.0;net7.0;net8.0;net9.0 </TargetFrameworks >
8
8
<DebugType >portable</DebugType >
9
9
<AssemblyName >Oakton</AssemblyName >
10
10
<OutputType >Library</OutputType >
19
19
<ItemGroup >
20
20
<PackageReference Include =" JasperFx.Core" Version =" 1.5.1" />
21
21
<PackageReference Include =" Spectre.Console" Version =" 0.47.0" />
22
- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" [6.0.0,9 .0.0)" />
22
+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" [6.0.0,10 .0.0)" />
23
23
</ItemGroup >
24
24
25
25
<ItemGroup >
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
+ <TargetFrameworks >net6.0;net7.0;net8.0;net9.0 </TargetFrameworks >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments