File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 uses : actions/setup-dotnet@v1
1818 with :
1919 dotnet-version : 3.1.x
20- - name : Setup .NET Core 5 .0
20+ - name : Setup .NET Core 6 .0
2121 uses : actions/setup-dotnet@v1
2222 with :
23- dotnet-version : 5 .0.x
23+ dotnet-version : 6 .0.x
2424 - name : Restore dependencies
2525 run : dotnet restore
2626 - name : Build
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net5 .0;netcoreapp3.1</TargetFrameworks >
4+ <TargetFrameworks >net6 .0;netcoreapp3.1</TargetFrameworks >
55 <LangVersion >latest</LangVersion >
66 <AssemblyName >Roydl.AlphaNumericComparer</AssemblyName >
77 <RootNamespace >Roydl</RootNamespace >
1818 <RepositoryType ></RepositoryType >
1919 <SignAssembly >false</SignAssembly >
2020 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
21- <Version >1.0.2</Version >
22- <PackageReleaseNotes >- .NET Core 3.1 is now supported
23- - Improved comparison so that it also applies to classes with `Text` or `Name` fields
24- - The documentation has been improved to make some things easier to understand</PackageReleaseNotes >
21+ <Version >1.0.3</Version >
22+ <PackageReleaseNotes >- Update to .NET 6.0 as 5.0 is reaching EOL</PackageReleaseNotes >
2523 </PropertyGroup >
2624
2725 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net5 .0;netcoreapp3.1</TargetFrameworks >
4+ <TargetFrameworks >net6 .0;netcoreapp3.1</TargetFrameworks >
55 <LangVersion >latest</LangVersion >
66 <IsPackable >false</IsPackable >
77 <Authors >Roy Schroedel</Authors >
1919 </PropertyGroup >
2020
2121 <ItemGroup >
22- <PackageReference Include =" NUnit" Version =" 3.13.2 " />
23- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0 " />
24- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4 " />
22+ <PackageReference Include =" NUnit" Version =" 3.13.3 " />
23+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1 " />
24+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2 " />
2525 </ItemGroup >
2626
2727 <ItemGroup >
You can’t perform that action at this time.
0 commit comments