NanoCore by Nano Contributors

<PackageReference Include="NanoCore" Version="8.0.18" />

 NanoCore 8.0.18

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.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>NanoCore</id>
    <version>8.0.18</version>
    <title>Nano Core</title>
    <authors>Nano Contributors</authors>
    <owners>Michael Vivet</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">lib/LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>lib\icon.png</icon>
    <readme>lib\README.md</readme>
    <projectUrl>https://github.com/Nano-Core</projectUrl>
    <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>
    <summary>Rapidly built and deploy rich .NET 8.0 applications. Configuration, Security, Logging, Data, Hosting, Docs, Localization, Versioning, Api, Error-Handling, and much more.</summary>
    <releaseNotes>- Added AddAndGet and UpdateAndGet methods in Repository, Controller, Api-Client.</releaseNotes>
    <language>en-US</language>
    <repository type="git" url="https://github.com/Nano-Core/Nano.Library.git" />
    <dependencies>
      <group targetFramework="net8.0">
        <dependency id="Azure.Identity" version="1.11.2" />
        <dependency id="Microsoft.Data.SqlClient" version="5.1.5" />
        <dependency id="Microsoft.Extensions.Identity.Stores" version="8.0.2" />
        <dependency id="DynamicExpression" version="8.0.2" />
        <dependency id="NetTopologySuite" version="2.5.0" />
        <dependency id="Newtonsoft.Json" version="13.0.3" />
        <dependency id="Microsoft.Extensions.Logging.Log4Net.AspNetCore" version="8.0.0" />
        <dependency id="Serilog" version="3.1.1" />
        <dependency id="Serilog.Extensions.Logging" version="8.0.0" />
        <dependency id="Serilog.Sinks.Console" version="5.0.1" />
        <dependency id="AspNetCore.HealthChecks.Rabbitmq" version="8.0.0" />
        <dependency id="EasyNetQ" version="7.8.0" />
        <dependency id="EasyNetQ.DI.Microsoft" version="7.8.0" />
        <dependency id="Google.Apis.Auth" version="1.66.0" />
        <dependency id="Microsoft.AspNetCore.Authentication.JwtBearer" version="8.0.2" />
        <dependency id="AspNetCore.HealthChecks.MySql" version="8.0.0" />
        <dependency id="AspNetCore.HealthChecks.Sqlite" version="8.0.0" />
        <dependency id="AspNetCore.HealthChecks.SqlServer" version="8.0.0" />
        <dependency id="EFCoreSecondLevelCacheInterceptor" version="4.2.0" />
        <dependency id="EntityFrameworkCore.Triggers" version="1.2.3" />
        <dependency id="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" version="8.0.2" />
        <dependency id="Microsoft.AspNetCore.Identity.EntityFrameworkCore" version="8.0.2" />
        <dependency id="Microsoft.EntityFrameworkCore" version="8.0.2" />
        <dependency id="Microsoft.EntityFrameworkCore.Design" version="8.0.0" />
        <dependency id="Microsoft.EntityFrameworkCore.InMemory" version="8.0.2" />
        <dependency id="Microsoft.EntityFrameworkCore.Proxies" version="8.0.2" />
        <dependency id="Microsoft.EntityFrameworkCore.Relational" version="8.0.2" />
        <dependency id="Microsoft.EntityFrameworkCore.Sqlite" version="8.0.2" />
        <dependency id="Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite" version="8.0.2" />
        <dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="8.0.2" />
        <dependency id="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" version="8.0.2" />
        <dependency id="Pomelo.EntityFrameworkCore.MySql" version="8.0.0" />
        <dependency id="Pomelo.EntityFrameworkCore.MySql.NetTopologySuite" version="8.0.0" />
        <dependency id="Z.EntityFramework.Plus.EFCore" version="8.102.1" />
        <dependency id="Vivet.AspNetCore.RequestTimeZone" version="8.0.1" />
        <dependency id="AspNetCore.HealthChecks.Network" version="8.0.0" />
        <dependency id="AspNetCore.HealthChecks.System" version="8.0.0" />
        <dependency id="AspNetCore.HealthChecks.UI" version="8.0.0" />
        <dependency id="AspNetCore.HealthChecks.UI.Client" version="8.0.0" />
        <dependency id="AspNetCore.HealthChecks.UI.InMemory.Storage" version="8.0.0" />
        <dependency id="Asp.Versioning.Mvc.ApiExplorer" version="8.0.0" />
        <dependency id="Microsoft.AspNetCore.Authentication.Facebook" version="8.0.2" />
        <dependency id="Microsoft.AspNetCore.Authentication.Google" version="8.0.2" />
        <dependency id="Microsoft.AspNetCore.Authentication.MicrosoftAccount" version="8.0.2" />
        <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" />
        <dependency id="Swashbuckle.AspNetCore.Annotations" version="6.5.0" />
      </group>
    </dependencies>
  </metadata>
</package>