From 4f2f7df12e62fe51843983d8c35a3bb397199aa8 Mon Sep 17 00:00:00 2001 From: Bruno Date: Fri, 22 Oct 2021 02:05:11 -0300 Subject: [PATCH] feat: .net 6 --- ....Security.JwtExtensions.ApiAuthenticator.csproj | 2 +- ...DevPack.Security.JwtExtensions.ApiClient.csproj | 7 +++++-- .../NetDevPack.Security.JwtExtensions.csproj | 14 ++++++++++---- ...tDevPack.Security.JwtExtensions.ApiTests.csproj | 7 +++++-- .../NetDevPack.Security.JwtExtensions.Tests.csproj | 3 +++ 5 files changed, 24 insertions(+), 9 deletions(-) diff --git a/samples/NetDevPack.Security.JwtExtensions.ApiAuthenticator/NetDevPack.Security.JwtExtensions.ApiAuthenticator.csproj b/samples/NetDevPack.Security.JwtExtensions.ApiAuthenticator/NetDevPack.Security.JwtExtensions.ApiAuthenticator.csproj index 408135e..3a878b4 100644 --- a/samples/NetDevPack.Security.JwtExtensions.ApiAuthenticator/NetDevPack.Security.JwtExtensions.ApiAuthenticator.csproj +++ b/samples/NetDevPack.Security.JwtExtensions.ApiAuthenticator/NetDevPack.Security.JwtExtensions.ApiAuthenticator.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net5.0 + netcoreapp3.1;net5.0;net6.0 diff --git a/samples/NetDevPack.Security.JwtExtensions.ApiClient/NetDevPack.Security.JwtExtensions.ApiClient.csproj b/samples/NetDevPack.Security.JwtExtensions.ApiClient/NetDevPack.Security.JwtExtensions.ApiClient.csproj index 01e208a..897129d 100644 --- a/samples/NetDevPack.Security.JwtExtensions.ApiClient/NetDevPack.Security.JwtExtensions.ApiClient.csproj +++ b/samples/NetDevPack.Security.JwtExtensions.ApiClient/NetDevPack.Security.JwtExtensions.ApiClient.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1;net5.0 + netcoreapp3.1;net5.0;net6.0 @@ -16,7 +16,10 @@ - + + + + diff --git a/src/NetDevPack.Security.JwtExtensions/NetDevPack.Security.JwtExtensions.csproj b/src/NetDevPack.Security.JwtExtensions/NetDevPack.Security.JwtExtensions.csproj index b1c0c51..6804069 100644 --- a/src/NetDevPack.Security.JwtExtensions/NetDevPack.Security.JwtExtensions.csproj +++ b/src/NetDevPack.Security.JwtExtensions/NetDevPack.Security.JwtExtensions.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netcoreapp3.1;net5.0 + netstandard2.0;netcoreapp3.1;net5.0;net6.0 3.1.0 Bruno Brito https://raw.githubusercontent.com/NetDevPack/NetDevPack/master/assets/IconNuget.png @@ -15,17 +15,23 @@ - - + + + - + + + + + + diff --git a/tests/NetDevPack.Security.JwtExtensions.ApiTests/NetDevPack.Security.JwtExtensions.ApiTests.csproj b/tests/NetDevPack.Security.JwtExtensions.ApiTests/NetDevPack.Security.JwtExtensions.ApiTests.csproj index d3ec24a..b6a208b 100644 --- a/tests/NetDevPack.Security.JwtExtensions.ApiTests/NetDevPack.Security.JwtExtensions.ApiTests.csproj +++ b/tests/NetDevPack.Security.JwtExtensions.ApiTests/NetDevPack.Security.JwtExtensions.ApiTests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1;net5.0 + netcoreapp3.1;net5.0;net6.0 @@ -16,6 +16,9 @@ - + + + + diff --git a/tests/NetDevPack.Security.JwtExtensions.Tests/NetDevPack.Security.JwtExtensions.Tests.csproj b/tests/NetDevPack.Security.JwtExtensions.Tests/NetDevPack.Security.JwtExtensions.Tests.csproj index 4ea9a82..0181113 100644 --- a/tests/NetDevPack.Security.JwtExtensions.Tests/NetDevPack.Security.JwtExtensions.Tests.csproj +++ b/tests/NetDevPack.Security.JwtExtensions.Tests/NetDevPack.Security.JwtExtensions.Tests.csproj @@ -37,5 +37,8 @@ + + +