Skip to content

Commit

Permalink
Updated all NuGets
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vivet committed Nov 7, 2023
1 parent 5e2c282 commit 3484cfa
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 59 deletions.
26 changes: 13 additions & 13 deletions Nano.Data/Nano.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
<PackageReference Include="AspNetCore.HealthChecks.MySql" Version="7.0.0" />
<PackageReference Include="AspNetCore.HealthChecks.Sqlite" Version="7.0.0" />
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" Version="7.0.0" />
<PackageReference Include="EFCoreSecondLevelCacheInterceptor" Version="3.9.2" />
<PackageReference Include="EFCoreSecondLevelCacheInterceptor" Version="4.0.0" />
<PackageReference Include="EntityFrameworkCore.Triggers" Version="1.2.3" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.11">
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.13">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="7.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite" Version="7.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="7.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="7.0.13" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="7.0.0" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql.NetTopologySuite" Version="7.0.0" />
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="7.100.0.3" />
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="7.100.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Nano.Eventing/Nano.Eventing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

<ItemGroup>
<PackageReference Include="AspNetCore.HealthChecks.Rabbitmq" Version="7.0.0" />
<PackageReference Include="EasyNetQ" Version="7.5.5" />
<PackageReference Include="EasyNetQ.DI.Microsoft" Version="7.5.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.11" />
<PackageReference Include="EasyNetQ" Version="7.6.0" />
<PackageReference Include="EasyNetQ.DI.Microsoft" Version="7.6.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.13" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Nano.Logging/Nano.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="6.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="7.0.0" />
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion Nano.Models/Nano.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="DynamicExpression" Version="2.3.3" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="7.0.11" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="7.0.13" />
<PackageReference Include="NetTopologySuite" Version="2.5.0" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions Nano.Security/Nano.Security.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Apis.Auth" Version="1.62.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.11" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.0.2" />
<PackageReference Include="Google.Apis.Auth" Version="1.63.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.13" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 5 additions & 3 deletions Nano.Web/Extensions/ServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
using System.Text.Json.Serialization.Metadata;
using System.Threading.Tasks;
using System.Xml.XPath;
using Asp.Versioning;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.HttpOverrides;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Versioning;
using Microsoft.AspNetCore.ResponseCompression;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
Expand Down Expand Up @@ -311,16 +311,18 @@ private static IServiceCollection AddVersioning(this IServiceCollection services
if (appOptions == null)
throw new ArgumentNullException(nameof(appOptions));

ApiVersion.TryParse(appOptions.Version, out var apiVersion);
ApiVersionParser.Default.TryParse(appOptions.Version, out var apiVersion);

return services
services
.AddApiVersioning(x =>
{
x.ReportApiVersions = true;
x.DefaultApiVersion = apiVersion ?? new ApiVersion(1, 0);
x.AssumeDefaultVersionWhenUnspecified = true;
x.ApiVersionReader = new HeaderApiVersionReader("x-api-version");
});

return services;
}
private static IServiceCollection AddCompression(this IServiceCollection services)
{
Expand Down
12 changes: 6 additions & 6 deletions Nano.Web/Nano.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Asp.Versioning.Mvc" Version="7.1.0" />
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="7.1.0" />
<PackageReference Include="AspNetCore.HealthChecks.Network" Version="7.0.0" />
<PackageReference Include="AspNetCore.HealthChecks.System" Version="7.0.0" />
<PackageReference Include="AspNetCore.HealthChecks.UI" Version="7.0.2" />
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="7.1.0" />
<PackageReference Include="AspNetCore.HealthChecks.UI.InMemory.Storage" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="7.0.13" />
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="3.0.0" />
<PackageReference Include="NWebsec.AspNetCore.Mvc" Version="3.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
Expand Down
57 changes: 29 additions & 28 deletions NanoCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>NanoCore</id>
<version>7.2.37</version>
<version>7.2.38</version>
<title>Nano Core</title>
<summary>Rapidly built and deploy rich .NET 7.0 applications. Configuration, Security, Logging, Data, Hosting, Docs, Localization, Versioning, Api, Error-Handling, and much more.</summary>
<description>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.</description>
Expand All @@ -16,12 +16,13 @@
<projectUrl>https://github.com/Nano-Core</projectUrl>
<repository type="git" url="https://github.com/Nano-Core/Nano.Library.git" />
<releaseNotes>
- Cleaned up project references and NuGets.
- Added setting more identity token expiration.
- Updated all NuGets.
</releaseNotes>
<dependencies>
<group targetFramework="net7.0">
<dependency id="Microsoft.Extensions.DependencyInjection" version="7.0.0" />
<dependency id="Microsoft.Extensions.Identity.Stores" version="7.0.11" />
<dependency id="Microsoft.Extensions.Identity.Stores" version="7.0.13" />
<dependency id="DynamicExpression" version="2.3.3" />
<dependency id="NetTopologySuite" version="2.5.0" />
<dependency id="Microsoft.Extensions.Configuration" version="7.0.0" />
Expand All @@ -34,47 +35,47 @@
<dependency id="Microsoft.Extensions.Options" version="7.0.1" />
<dependency id="Microsoft.Extensions.Options.ConfigurationExtensions" version="7.0.0" />
<dependency id="Microsoft.Extensions.Logging" version="7.0.0" />
<dependency id="Microsoft.Extensions.Logging.Log4Net.AspNetCore" version="6.1.0" />
<dependency id="Microsoft.Extensions.Logging.Log4Net.AspNetCore" version="7.0.0" />
<dependency id="Serilog" version="3.0.1" />
<dependency id="Serilog.Extensions.Logging" version="7.0.0" />
<dependency id="Serilog.Sinks.Console" version="4.1.0" />
<dependency id="AspNetCore.HealthChecks.Rabbitmq" version="7.0.0" />
<dependency id="EasyNetQ" version="7.5.5" />
<dependency id="EasyNetQ.DI.Microsoft" version="7.5.5" />
<dependency id="EasyNetQ" version="7.6.0" />
<dependency id="EasyNetQ.DI.Microsoft" version="7.6.0" />
<dependency id="AspNetCore.HealthChecks.MySql" version="7.0.0" />
<dependency id="AspNetCore.HealthChecks.Sqlite" version="7.0.0" />
<dependency id="AspNetCore.HealthChecks.SqlServer" version="7.0.0" />
<dependency id="EntityFrameworkCore.Triggers" version="1.2.3" />
<dependency id="Microsoft.AspNetCore.Identity.EntityFrameworkCore" version="7.0.11" />
<dependency id="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" version="7.0.11" />
<dependency id="Microsoft.EntityFrameworkCore" version="7.0.11" />
<dependency id="Microsoft.EntityFrameworkCore.Design" version="7.0.11" />
<dependency id="Microsoft.EntityFrameworkCore.InMemory" version="7.0.11" />
<dependency id="Microsoft.EntityFrameworkCore.Proxies" version="7.0.11" />
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="7.0.11" />
<dependency id="Microsoft.EntityFrameworkCore.Sqlite" version="7.0.11" />
<dependency id="Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite" version="7.0.11" />
<dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="7.0.11" />
<dependency id="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" version="7.0.11" />
<dependency id="Microsoft.AspNetCore.Identity.EntityFrameworkCore" version="7.0.13" />
<dependency id="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" version="7.0.13" />
<dependency id="Microsoft.EntityFrameworkCore" version="7.0.13" />
<dependency id="Microsoft.EntityFrameworkCore.Design" version="7.0.13" />
<dependency id="Microsoft.EntityFrameworkCore.InMemory" version="7.0.13" />
<dependency id="Microsoft.EntityFrameworkCore.Proxies" version="7.0.13" />
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="7.0.13" />
<dependency id="Microsoft.EntityFrameworkCore.Sqlite" version="7.0.13" />
<dependency id="Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite" version="7.0.13" />
<dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="7.0.13" />
<dependency id="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" version="7.0.13" />
<dependency id="Pomelo.EntityFrameworkCore.MySql" version="7.0.0" />
<dependency id="Pomelo.EntityFrameworkCore.MySql.NetTopologySuite" version="7.0.0" />
<dependency id="EFCoreSecondLevelCacheInterceptor" version="3.9.2" />
<dependency id="Z.EntityFramework.Plus.EFCore" version="7.100.0.3" />
<dependency id="EFCoreSecondLevelCacheInterceptor" version="4.0.0" />
<dependency id="Z.EntityFramework.Plus.EFCore" version="7.100.0.5" />
<dependency id="Microsoft.Extensions.Hosting" version="7.0.1" />
<dependency id="Google.Apis.Auth" version="1.62.1" />
<dependency id="Microsoft.AspNetCore.Authentication.JwtBearer" version="7.0.11" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.0.2" />
<dependency id="Google.Apis.Auth" version="1.63.0" />
<dependency id="Microsoft.AspNetCore.Authentication.JwtBearer" version="7.0.13" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.0.3" />
<dependency id="AspNetCore.HealthChecks.Network" version="7.0.0" />
<dependency id="AspNetCore.HealthChecks.System" version="7.0.0" />
<dependency id="AspNetCore.HealthChecks.UI" version="7.0.2" />
<dependency id="AspNetCore.HealthChecks.UI.Client" version="7.1.0" />
<dependency id="AspNetCore.HealthChecks.UI.InMemory.Storage" version="7.0.0" />
<dependency id="Microsoft.AspNetCore.Authentication.Facebook" version="7.0.11" />
<dependency id="Microsoft.AspNetCore.Authentication.Google" version="7.0.11" />
<dependency id="Microsoft.AspNetCore.Authentication.MicrosoftAccount" version="7.0.11" />
<dependency id="Microsoft.AspNetCore.Authorization" version="7.0.11" />
<dependency id="Microsoft.AspNetCore.Mvc.Versioning" version="5.1.0" />
<dependency id="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" version="5.1.0" />
<dependency id="Microsoft.AspNetCore.Authentication.Facebook" version="7.0.13" />
<dependency id="Microsoft.AspNetCore.Authentication.Google" version="7.0.13" />
<dependency id="Microsoft.AspNetCore.Authentication.MicrosoftAccount" version="7.0.13" />
<dependency id="Microsoft.AspNetCore.Authorization" version="7.0.13" />
<dependency id="Asp.Versioning.Mvc" version="7.1.0" />
<dependency id="Asp.Versioning.Mvc.ApiExplorer" version="7.1.0" />
<dependency id="NWebsec.AspNetCore.Middleware" version="3.0.0" />
<dependency id="NWebsec.AspNetCore.Mvc" version="3.0.0" />
<dependency id="Swashbuckle.AspNetCore" version="6.5.0" />
Expand Down

0 comments on commit 3484cfa

Please sign in to comment.