From 0153f3affedc17a15310b351e821b95cb422ec76 Mon Sep 17 00:00:00 2001 From: Si13n7 Date: Thu, 13 Oct 2022 15:10:50 +0200 Subject: [PATCH] Update to .NET 6.0 as 5.0 is reaching EOL --- .github/workflows/dotnet.yml | 4 ++-- src/Roydl.AlphaNumericComparer.csproj | 8 +++----- test/Roydl.AlphaNumericComparer.Test.csproj | 8 ++++---- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index fe4b34b..7b9f657 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -17,10 +17,10 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.x - - name: Setup .NET Core 5.0 + - name: Setup .NET Core 6.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/src/Roydl.AlphaNumericComparer.csproj b/src/Roydl.AlphaNumericComparer.csproj index e86f7fd..06c88d7 100644 --- a/src/Roydl.AlphaNumericComparer.csproj +++ b/src/Roydl.AlphaNumericComparer.csproj @@ -1,7 +1,7 @@  - net5.0;netcoreapp3.1 + net6.0;netcoreapp3.1 latest Roydl.AlphaNumericComparer Roydl @@ -18,10 +18,8 @@ false false - 1.0.2 - - .NET Core 3.1 is now supported -- Improved comparison so that it also applies to classes with `Text` or `Name` fields -- The documentation has been improved to make some things easier to understand + 1.0.3 + - Update to .NET 6.0 as 5.0 is reaching EOL diff --git a/test/Roydl.AlphaNumericComparer.Test.csproj b/test/Roydl.AlphaNumericComparer.Test.csproj index 53c7025..8a8b331 100644 --- a/test/Roydl.AlphaNumericComparer.Test.csproj +++ b/test/Roydl.AlphaNumericComparer.Test.csproj @@ -1,7 +1,7 @@  - net5.0;netcoreapp3.1 + net6.0;netcoreapp3.1 latest false Roy Schroedel @@ -19,9 +19,9 @@ - - - + + +