diff --git a/src/NetDevPack.Security.Jwt.AspNetCore/NetDevPack.Security.Jwt.AspNetCore.csproj b/src/NetDevPack.Security.Jwt.AspNetCore/NetDevPack.Security.Jwt.AspNetCore.csproj index bf5d8f1..d0e4ff5 100644 --- a/src/NetDevPack.Security.Jwt.AspNetCore/NetDevPack.Security.Jwt.AspNetCore.csproj +++ b/src/NetDevPack.Security.Jwt.AspNetCore/NetDevPack.Security.Jwt.AspNetCore.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1;net5.0 + netcoreapp3.1;net5.0;net6.0 5.0.0 Eduardo Pires https://raw.githubusercontent.com/NetDevPack/NetDevPack/master/assets/IconNuget.png @@ -26,7 +26,7 @@ - + diff --git a/src/NetDevPack.Security.Jwt.Store.EntityFrameworkCore/NetDevPack.Security.Jwt.Store.EntityFrameworkCore.csproj b/src/NetDevPack.Security.Jwt.Store.EntityFrameworkCore/NetDevPack.Security.Jwt.Store.EntityFrameworkCore.csproj index 6790ab4..d6f4348 100644 Binary files a/src/NetDevPack.Security.Jwt.Store.EntityFrameworkCore/NetDevPack.Security.Jwt.Store.EntityFrameworkCore.csproj and b/src/NetDevPack.Security.Jwt.Store.EntityFrameworkCore/NetDevPack.Security.Jwt.Store.EntityFrameworkCore.csproj differ diff --git a/src/NetDevPack.Security.Jwt.Store.FileSystem/NetDevPack.Security.Jwt.Store.FileSystem.csproj b/src/NetDevPack.Security.Jwt.Store.FileSystem/NetDevPack.Security.Jwt.Store.FileSystem.csproj index 6c3791b..be37580 100644 Binary files a/src/NetDevPack.Security.Jwt.Store.FileSystem/NetDevPack.Security.Jwt.Store.FileSystem.csproj and b/src/NetDevPack.Security.Jwt.Store.FileSystem/NetDevPack.Security.Jwt.Store.FileSystem.csproj differ diff --git a/src/NetDevPack.Security.Jwt/NetDevPack.Security.Jwt.csproj b/src/NetDevPack.Security.Jwt/NetDevPack.Security.Jwt.csproj index b55f43e..5eee9cc 100644 --- a/src/NetDevPack.Security.Jwt/NetDevPack.Security.Jwt.csproj +++ b/src/NetDevPack.Security.Jwt/NetDevPack.Security.Jwt.csproj @@ -3,7 +3,7 @@ netstandard2.1;net5.0;net6.0 8 - 5.0.0 + 6.0.0 Bruno Brito https://raw.githubusercontent.com/NetDevPack/NetDevPack/master/assets/IconNuget.png jwt jwks rsa ecdsa hmac oauth2 key rotating @@ -16,8 +16,8 @@ - - + + @@ -32,10 +32,10 @@ - - - - + + + + diff --git a/tests/NetDevPack.Security.Jwt.IdentityServer4.Tests/NetDevPack.Security.Jwt.IdentityServer4.Tests.csproj b/tests/NetDevPack.Security.Jwt.IdentityServer4.Tests/NetDevPack.Security.Jwt.IdentityServer4.Tests.csproj index 067d6ff..6e3f969 100644 --- a/tests/NetDevPack.Security.Jwt.IdentityServer4.Tests/NetDevPack.Security.Jwt.IdentityServer4.Tests.csproj +++ b/tests/NetDevPack.Security.Jwt.IdentityServer4.Tests/NetDevPack.Security.Jwt.IdentityServer4.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net5.0 + netcoreapp3.1;net5.0;net6.0 @@ -20,7 +20,7 @@ - + diff --git a/tests/NetDevPack.Security.Jwt.Tests/NetDevPack.Security.Jwt.Tests.csproj b/tests/NetDevPack.Security.Jwt.Tests/NetDevPack.Security.Jwt.Tests.csproj index 38283fc..22d80e4 100644 Binary files a/tests/NetDevPack.Security.Jwt.Tests/NetDevPack.Security.Jwt.Tests.csproj and b/tests/NetDevPack.Security.Jwt.Tests/NetDevPack.Security.Jwt.Tests.csproj differ