File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3232 - name : Setup .NET
3333 uses : actions/setup-dotnet@v3
3434 with :
35- dotnet-version : 9 .0.x
35+ dotnet-version : 10 .0.x
3636 - name : Restore dependencies
3737 run : dotnet restore /p:Configuration=${{ matrix.config }}
3838 - name : Publish TACTTool
@@ -44,13 +44,13 @@ jobs:
4444 - name : Archive TACTTool Release
4545 uses : thedoctor0/zip-release@main
4646 with :
47- directory : ${{ github.workspace }}/TACTTool/bin/Release/net9 .0/${{ matrix.target }}/publish
47+ directory : ${{ github.workspace }}/TACTTool/bin/Release/net10 .0/${{ matrix.target }}/publish
4848 type : ' zip'
4949 filename : ${{ github.workspace }}/TACTTool-${{ matrix.config }}-${{ matrix.target }}.zip
5050 - name : Archive TACTSharp Release
5151 uses : thedoctor0/zip-release@main
5252 with :
53- directory : ${{ github.workspace }}/TACTSharp/bin/Release/net9 .0/publish
53+ directory : ${{ github.workspace }}/TACTSharp/bin/Release/net10 .0/publish
5454 type : ' zip'
5555 filename : ${{ github.workspace }}/TACTSharp-lib-${{ matrix.config }}-${{ matrix.target }}.zip
5656 - name : Release
Original file line number Diff line number Diff line change 2929 - name : Setup .NET
3030 uses : actions/setup-dotnet@v4
3131 with :
32- dotnet-version : 9 .x.x
32+ dotnet-version : 10 .x.x
3333 # Create the NuGet package in the folder from the environment variable NuGetDirectory
3434 - run : dotnet pack TACTSharp/TACTSharp.csproj --configuration Release --output ${{ env.NuGetDirectory }} /p:ContinuousIntegrationBuild=true
3535
4949 - name : Setup .NET
5050 uses : actions/setup-dotnet@v4
5151 with :
52- dotnet-version : 9 .x.x
52+ dotnet-version : 10 .x.x
5353
5454 # Download the NuGet package created in the previous job
55557474 - name : Setup .NET
7575 uses : actions/setup-dotnet@v4
7676 with :
77- dotnet-version : 9 .x.x
77+ dotnet-version : 10 .x.x
7878 - name : Run tests
7979 run : dotnet test --configuration Release
8080
9595 - name : Setup .NET Core
9696 uses : actions/setup-dotnet@v4
9797 with :
98- dotnet-version : 9 .x.x
98+ dotnet-version : 10 .x.x
9999
100100 # Publish all NuGet packages to NuGet.org
101101 # Use --skip-duplicate to prevent errors if a package with the same version already exists.
Original file line number Diff line number Diff line change 1313 - name : Setup .NET
1414 uses : actions/setup-dotnet@v4
1515 with :
16- dotnet-version : 9 .x.x
16+ dotnet-version : 10 .x.x
1717 - name : Restore dependencies
1818 run : dotnet restore
1919 - name : Build
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <PublishAot >true</PublishAot >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Library</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <InvariantGlobalization >true</InvariantGlobalization >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <LangVersion >latest</LangVersion >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Library</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <PublishSingleFile >true</PublishSingleFile >
You can’t perform that action at this time.
0 commit comments