diff --git a/.tests/Tests.Nano/Tests.Nano.csproj b/.tests/Tests.Nano/Tests.Nano.csproj index 18b803b..eacf33f 100644 --- a/.tests/Tests.Nano/Tests.Nano.csproj +++ b/.tests/Tests.Nano/Tests.Nano.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 ..\..\icon.ico Debug;Release false @@ -13,7 +13,7 @@ - + diff --git a/Nano.App/Nano.App.csproj b/Nano.App/Nano.App.csproj index 9644155..2c00567 100644 --- a/Nano.App/Nano.App.csproj +++ b/Nano.App/Nano.App.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 ..\icon.ico Debug;Release 1.0.0.0 @@ -22,7 +22,7 @@ - + @@ -36,6 +36,6 @@ - + diff --git a/Nano.Config/Nano.Config.csproj b/Nano.Config/Nano.Config.csproj index 44c2a66..badb169 100644 --- a/Nano.Config/Nano.Config.csproj +++ b/Nano.Config/Nano.Config.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 ..\icon.ico Debug;Release 1.0.0.0 @@ -22,19 +22,19 @@ - - - - - - - - - - + + + + + + + + + + - + diff --git a/Nano.Console/Nano.Console.csproj b/Nano.Console/Nano.Console.csproj index 98896b8..f804348 100644 --- a/Nano.Console/Nano.Console.csproj +++ b/Nano.Console/Nano.Console.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 ..\icon.ico Debug;Release 1.0.0.0 @@ -26,6 +26,6 @@ - + diff --git a/Nano.Data/Nano.Data.csproj b/Nano.Data/Nano.Data.csproj index 66f41c2..5a1d6ae 100644 --- a/Nano.Data/Nano.Data.csproj +++ b/Nano.Data/Nano.Data.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 ..\icon.ico Debug;Release 1.0.0.0 @@ -25,25 +25,22 @@ - + + - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - + + + + + + + + + + - + @@ -54,6 +51,6 @@ - + diff --git a/Nano.Eventing/Nano.Eventing.csproj b/Nano.Eventing/Nano.Eventing.csproj index f9b5036..bab1548 100644 --- a/Nano.Eventing/Nano.Eventing.csproj +++ b/Nano.Eventing/Nano.Eventing.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 ..\icon.ico Debug;Release 1.0.0.0 @@ -23,9 +23,9 @@ - - - + + + @@ -34,6 +34,6 @@ - + diff --git a/Nano.Logging/Nano.Logging.csproj b/Nano.Logging/Nano.Logging.csproj index 4d75845..43ed4ae 100644 --- a/Nano.Logging/Nano.Logging.csproj +++ b/Nano.Logging/Nano.Logging.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 ..\icon.ico Debug;Release 1.0.0.0 @@ -22,11 +22,11 @@ - - - - - + + + + + @@ -34,6 +34,6 @@ - + diff --git a/Nano.Models/Nano.Models.csproj b/Nano.Models/Nano.Models.csproj index 36362f4..8fb0f83 100644 --- a/Nano.Models/Nano.Models.csproj +++ b/Nano.Models/Nano.Models.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 ..\icon.ico Debug;Release 1.0.0.0 @@ -23,12 +23,12 @@ - - + + - + diff --git a/Nano.Repository/Nano.Repository.csproj b/Nano.Repository/Nano.Repository.csproj index ee44818..b189355 100644 --- a/Nano.Repository/Nano.Repository.csproj +++ b/Nano.Repository/Nano.Repository.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 ..\icon.ico Debug;Release 1.0.0.0 @@ -27,6 +27,6 @@ - + diff --git a/Nano.Security/Nano.Security.csproj b/Nano.Security/Nano.Security.csproj index d4e3dd4..a2baf7c 100644 --- a/Nano.Security/Nano.Security.csproj +++ b/Nano.Security/Nano.Security.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 ..\icon.ico Debug;Release 1.0.0.0 @@ -22,9 +22,9 @@ - - - + + + @@ -35,6 +35,6 @@ - + diff --git a/Nano.Web/Nano.Web.csproj b/Nano.Web/Nano.Web.csproj index f01af21..cb4dcd9 100644 --- a/Nano.Web/Nano.Web.csproj +++ b/Nano.Web/Nano.Web.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 ..\icon.ico Debug;Release 1.0.0.0 @@ -37,22 +37,22 @@ - - + + - - - - + + + + - + @@ -60,6 +60,6 @@ - + diff --git a/NanoCore.nuspec b/NanoCore.nuspec index 2825baf..7f9145a 100644 --- a/NanoCore.nuspec +++ b/NanoCore.nuspec @@ -2,9 +2,9 @@ NanoCore - 7.2.38 + 8.0.0 Nano Core - Rapidly built and deploy rich .NET 7.0 applications. Configuration, Security, Logging, Data, Hosting, Docs, Localization, Versioning, Api, Error-Handling, and much more. + Rapidly built and deploy rich .NET 8.0 applications. Configuration, Security, Logging, Data, Hosting, Docs, Localization, Versioning, Api, Error-Handling, and much more. The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar. Nano Contributors Michael Vivet @@ -16,66 +16,65 @@ https://github.com/Nano-Core - - Added setting more identity token expiration. - - Updated all NuGets. + - Updated to .NET 8 - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - + + - - - - - - - - - - - + + + + + + + + + + + - - - - - + + + + + - - - - - - + + + + + + diff --git a/README.md b/README.md index 3be7cef..f73f950 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![NuGet](https://img.shields.io/nuget/v/NanoCore.svg)](https://www.nuget.org/packages/NanoCore/) -Nano is a library for rapidly building Net 7.0 applications. +Nano is a library for rapidly building Net 8.0 applications. The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar.