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@v1
1313 with :
14- dotnet-version : 5 .0.x
14+ dotnet-version : 6 .0.x
1515 - name : Restore dependencies
1616 run : dotnet restore source
1717 - name : Build
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 - name : Setup .NET
1515 uses : actions/setup-dotnet@v1
1616 with :
17- dotnet-version : 5 .0.x
17+ dotnet-version : 6 .0.x
1818 - run : echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
1919 - name : Install GitVersion
20- uses : gittools/actions/gitversion/setup@v0.9.7
20+ uses : gittools/actions/gitversion/setup@v0.9.11
2121 with :
2222 versionSpec : " 5.x"
2323 - name : Determine Version
2424 id : gitversion
25- uses : gittools/actions/gitversion/execute@v0.9.7
25+ uses : gittools/actions/gitversion/execute@v0.9.11
2626 with :
2727 useConfigFile : true
2828 - name : Pack
Original file line number Diff line number Diff line change 1414 - name : Setup .NET
1515 uses : actions/setup-dotnet@v1
1616 with :
17- dotnet-version : 5 .0.x
17+ dotnet-version : 6 .0.x
1818 - run : echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
1919 - name : Install GitVersion
2020 uses : gittools/actions/gitversion/setup@v0.9.7
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5.0</TargetFramework >
5- <AssemblyName >NoCommons.Tests</AssemblyName >
6- <PackageId >NoCommons.Tests</PackageId >
4+ <TargetFramework >net6.0</TargetFramework >
75 </PropertyGroup >
86
97 <ItemGroup >
108 <ProjectReference Include =" ..\NoCommons\NoCommons.csproj" />
119 </ItemGroup >
1210
1311 <ItemGroup >
14- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.8.3 " />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0.0 " />
1513 <PackageReference Include =" XUnit" Version =" 2.4.1" />
1614 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
1715 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments