From 0c4c963af2ca279ae14ecfb8ce9b7894f466b8a8 Mon Sep 17 00:00:00 2001 From: Bruno de Souza Melo Date: Wed, 13 Nov 2024 18:46:20 -0300 Subject: [PATCH] .NET 9 support added. --- docs/Publishing.txt | 6 +++--- .../NuvTools.Security.Identity.AspNetCore.csproj | 10 +++++----- .../NuvTools.Security.Identity.Models.csproj | 10 +++++----- .../NuvTools.Security.Identity.csproj | 8 ++++---- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/Publishing.txt b/docs/Publishing.txt index 94890de..de4eaa5 100644 --- a/docs/Publishing.txt +++ b/docs/Publishing.txt @@ -1,3 +1,3 @@ -nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.Security.Identity.Models.8.1.0.nupkg -nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.Security.Identity.8.1.0.nupkg -nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.Security.Identity.AspNetCore.8.1.0.nupkg \ No newline at end of file +nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.Security.Identity.Models.9.0.0.nupkg +nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.Security.Identity.9.0.0.nupkg +nuget.exe push -Source "nuvtools" -ApiKey az NuvTools.Security.Identity.AspNetCore.9.0.0.nupkg \ No newline at end of file diff --git a/src/NuvTools.Security.Identity.AspNetCore/NuvTools.Security.Identity.AspNetCore.csproj b/src/NuvTools.Security.Identity.AspNetCore/NuvTools.Security.Identity.AspNetCore.csproj index 3839eb2..6513685 100644 --- a/src/NuvTools.Security.Identity.AspNetCore/NuvTools.Security.Identity.AspNetCore.csproj +++ b/src/NuvTools.Security.Identity.AspNetCore/NuvTools.Security.Identity.AspNetCore.csproj @@ -1,7 +1,7 @@ - net8 + net8;net9 true Nuv Tools Copyright © 2024 Nuv Tools @@ -9,7 +9,7 @@ True NuvTools.Security.Identity.AspNetCore.snk Library to use with ASP.NET Identity modules on server-side. - 8.1.0 + 9.0.0 True True icon.png @@ -44,9 +44,9 @@ - - - + + + diff --git a/src/NuvTools.Security.Identity.Models/NuvTools.Security.Identity.Models.csproj b/src/NuvTools.Security.Identity.Models/NuvTools.Security.Identity.Models.csproj index 51d4d9f..9ad740c 100644 --- a/src/NuvTools.Security.Identity.Models/NuvTools.Security.Identity.Models.csproj +++ b/src/NuvTools.Security.Identity.Models/NuvTools.Security.Identity.Models.csproj @@ -1,7 +1,7 @@ - net8 + net8;net9 true Nuv Tools Copyright © 2024 Nuv Tools @@ -9,7 +9,7 @@ True NuvTools.Security.Identity.Models.snk Contains models to be used with ASP.NET Identity modules. - 8.1.0 + 9.0.0 True True icon.png @@ -43,9 +43,9 @@ - - - + + + diff --git a/src/NuvTools.Security.Identity/NuvTools.Security.Identity.csproj b/src/NuvTools.Security.Identity/NuvTools.Security.Identity.csproj index 3e1c7dd..3e78c44 100644 --- a/src/NuvTools.Security.Identity/NuvTools.Security.Identity.csproj +++ b/src/NuvTools.Security.Identity/NuvTools.Security.Identity.csproj @@ -1,7 +1,7 @@ - net8 + net8;net9 true Nuv Tools Copyright © 2024 Nuv Tools @@ -9,7 +9,7 @@ True NuvTools.Security.Identity.snk Helper library to be used with ASP.NET Identity. - 8.1.0 + 9.0.0 True True icon.png @@ -43,7 +43,7 @@ - - + +