Commit 0153f3a 1 parent c2e66b0 commit 0153f3a Copy full SHA for 0153f3a
File tree 3 files changed +9
-11
lines changed
3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
uses : actions/setup-dotnet@v1
18
18
with :
19
19
dotnet-version : 3.1.x
20
- - name : Setup .NET Core 5 .0
20
+ - name : Setup .NET Core 6 .0
21
21
uses : actions/setup-dotnet@v1
22
22
with :
23
- dotnet-version : 5 .0.x
23
+ dotnet-version : 6 .0.x
24
24
- name : Restore dependencies
25
25
run : dotnet restore
26
26
- name : Build
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net5 .0;netcoreapp3.1</TargetFrameworks >
4
+ <TargetFrameworks >net6 .0;netcoreapp3.1</TargetFrameworks >
5
5
<LangVersion >latest</LangVersion >
6
6
<AssemblyName >Roydl.AlphaNumericComparer</AssemblyName >
7
7
<RootNamespace >Roydl</RootNamespace >
18
18
<RepositoryType ></RepositoryType >
19
19
<SignAssembly >false</SignAssembly >
20
20
<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 >
25
23
</PropertyGroup >
26
24
27
25
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net5 .0;netcoreapp3.1</TargetFrameworks >
4
+ <TargetFrameworks >net6 .0;netcoreapp3.1</TargetFrameworks >
5
5
<LangVersion >latest</LangVersion >
6
6
<IsPackable >false</IsPackable >
7
7
<Authors >Roy Schroedel</Authors >
19
19
</PropertyGroup >
20
20
21
21
<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 " />
25
25
</ItemGroup >
26
26
27
27
<ItemGroup >
You can’t perform that action at this time.
0 commit comments