File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- dotnet : [ '8.0 .x' ]
17+ dotnet : [ '10 .x' ]
1818
1919 steps :
2020 - name : Checkout repository
Original file line number Diff line number Diff line change 1313 - name : Setup dotnet
1414 uses : actions/setup-dotnet@v5
1515 with :
16- dotnet-version : ' 8.0 .x'
16+ dotnet-version : ' 10 .x'
1717
1818 # Publish
1919 - name : publish on version change
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
88 <IsPackable >false</IsPackable >
99
10- <LangVersion >12 </LangVersion >
10+ <LangVersion >latestmajor </LangVersion >
1111 <UserSecretsId >7946fc6c-e1df-4ca5-957f-cb311e3b435d</UserSecretsId >
1212 </PropertyGroup >
1313
You can’t perform that action at this time.
0 commit comments