File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616 - name : Setup latest version of dotnet
1717 uses : actions/setup-dotnet@v4
18- with :
19- dotnet-version : ' latest'
2018 - name : Build nuget with latest version
2119 run : |
2220 ./scripts/pack-nuget.bash
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net6 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <Nullable >enable</Nullable >
77 </PropertyGroup >
88
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net6 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <Nullable >enable</Nullable >
77 </PropertyGroup >
88
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net6 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <Nullable >enable</Nullable >
77 </PropertyGroup >
88
You can’t perform that action at this time.
0 commit comments