File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - name : Setup .NET
1212 uses : actions/setup-dotnet@v4
1313 with :
14- dotnet-version : 9 .0.x
14+ dotnet-version : 10 .0.x
1515 - name : Restore dependencies
1616 run : dotnet restore source
1717 - name : Build
Original file line number Diff line number Diff line change 1414 - name : Setup .NET
1515 uses : actions/setup-dotnet@v4
1616 with :
17- dotnet-version : 9 .0.x
17+ dotnet-version : 10 .0.x
1818 - run : echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
1919 - name : Install GitVersion
2020 uses : gittools/actions/gitversion/setup@v0
Original file line number Diff line number Diff line change 1414 - name : Setup .NET
1515 uses : actions/setup-dotnet@v4
1616 with :
17- dotnet-version : 9 .0.x
17+ dotnet-version : 10 .0.x
1818 - run : echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
1919 - name : Install GitVersion
2020 uses : gittools/actions/gitversion/setup@v0
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks >net8.0;net9.0;net10.0 </TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
3+ <TargetFrameworks >net8.0;net9.0;net10.0 </TargetFrameworks >
44 <ImplicitUsings >enable</ImplicitUsings >
55 <Nullable >enable</Nullable >
66 <AssemblyName >NoCommons</AssemblyName >
You can’t perform that action at this time.
0 commit comments