-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNanoCore.nuspec
114 lines (114 loc) · 8.29 KB
/
NanoCore.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>NanoCore</id>
<version>9.0.8</version>
<title>Nano Core</title>
<summary>Rapidly built and deploy rich .NET 9.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>
<authors>Nano Contributors</authors>
<owners>Michael Vivet</owners>
<icon>lib\icon.png</icon>
<readme>lib\README.md</readme>
<license type="file">lib/LICENSE</license>
<language>en-US</language>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectUrl>https://github.com/Nano-Core</projectUrl>
<repository type="git" url="https://github.com/Nano-Core/Nano.Library.git" />
<releaseNotes>
- Moved eventing prefetch count to connectionstring.
</releaseNotes>
<dependencies>
<group targetFramework="net9.0">
<dependency id="Azure.Storage.Files.Shares" version="12.21.0" />
<dependency id="Microsoft.Data.SqlClient" version="5.2.2" />
<dependency id="Microsoft.Extensions.Identity.Stores" version="9.0.0" />
<dependency id="DynamicExpression" version="9.0.0" />
<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="4.2.0" />
<dependency id="Serilog.Extensions.Logging" version="9.0.0" />
<dependency id="Serilog.Sinks.Console" version="6.0.0" />
<dependency id="AspNetCore.HealthChecks.Rabbitmq" version="8.0.2" />
<dependency id="EasyNetQ" version="7.8.0" />
<dependency id="EasyNetQ.DI.Microsoft" version="7.8.0" />
<dependency id="Google.Apis.Auth" version="1.68.0" />
<dependency id="Microsoft.AspNetCore.Authentication.JwtBearer" version="9.0.0" />
<dependency id="AspNetCore.HealthChecks.MySql" version="8.0.1" />
<dependency id="AspNetCore.HealthChecks.Sqlite" version="8.1.0" />
<dependency id="AspNetCore.HealthChecks.SqlServer" version="8.0.2" />
<dependency id="EFCoreSecondLevelCacheInterceptor" version="4.8.3" />
<dependency id="EntityFrameworkCore.Triggers" version="1.2.3" />
<dependency id="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" version="8.0.10" />
<dependency id="Microsoft.AspNetCore.Identity.EntityFrameworkCore" version="8.0.10" />
<dependency id="Microsoft.EntityFrameworkCore" version="8.0.10" />
<dependency id="Microsoft.EntityFrameworkCore.InMemory" version="8.0.10" />
<dependency id="Microsoft.EntityFrameworkCore.Proxies" version="8.0.10" />
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="8.0.10" />
<dependency id="Microsoft.EntityFrameworkCore.Sqlite" version="8.0.10" />
<dependency id="Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite" version="8.0.10" />
<dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="8.0.10" />
<dependency id="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" version="8.0.10" />
<dependency id="Pomelo.EntityFrameworkCore.MySql" version="8.0.2" />
<dependency id="Pomelo.EntityFrameworkCore.MySql.NetTopologySuite" version="8.0.2" />
<dependency id="Z.EntityFramework.Plus.EFCore" version="8.103.6.4" />
<dependency id="Vivet.AspNetCore.RequestTimeZone" version="9.0.0" />
<dependency id="Vivet.AspNetCore.RequestVirusScan" version="9.0.0" />
<dependency id="AspNetCore.HealthChecks.Network" version="8.0.1" />
<dependency id="AspNetCore.HealthChecks.System" version="8.0.1" />
<dependency id="AspNetCore.HealthChecks.UI" version="8.0.2" />
<dependency id="AspNetCore.HealthChecks.UI.Client" version="8.0.1" />
<dependency id="AspNetCore.HealthChecks.UI.InMemory.Storage" version="8.0.1" />
<dependency id="Asp.Versioning.Mvc.ApiExplorer" version="8.1.0" />
<dependency id="Microsoft.AspNetCore.Authentication.Facebook" version="9.0.0" />
<dependency id="Microsoft.AspNetCore.Authentication.Google" version="9.0.0" />
<dependency id="Microsoft.AspNetCore.Authentication.MicrosoftAccount" version="9.0.0" />
<dependency id="Microsoft.AspNetCore.Mvc.NewtonsoftJson" version="9.0.0" />
<dependency id="NWebsec.AspNetCore.Middleware" version="3.0.0" />
<dependency id="NWebsec.AspNetCore.Mvc" version="3.0.0" />
<dependency id="Swashbuckle.AspNetCore" version="7.1.0" />
<dependency id="Swashbuckle.AspNetCore.Annotations" version="7.1.0" />
<dependency id="Swashbuckle.AspNetCore.Newtonsoft" version="7.1.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="Nano.App\bin\Release\net9.0\Nano.App.dll" target="lib\net9.0\Nano.App.dll" />
<file src="Nano.App\bin\Release\net9.0\Nano.App.pdb" target="lib\net9.0\Nano.App.pdb" />
<file src="Nano.App\bin\Release\net9.0\Nano.App.xml" target="lib\net9.0\Nano.App.xml" />
<file src="Nano.Config\bin\Release\net9.0\Nano.Config.dll" target="lib\net9.0\Nano.Config.dll" />
<file src="Nano.Config\bin\Release\net9.0\Nano.Config.pdb" target="lib\net9.0\Nano.Config.pdb" />
<file src="Nano.Config\bin\Release\net9.0\Nano.Config.xml" target="lib\net9.0\Nano.Config.xml" />
<file src="Nano.Console\bin\Release\net9.0\Nano.Console.dll" target="lib\net9.0\Nano.Console.dll" />
<file src="Nano.Console\bin\Release\net9.0\Nano.Console.pdb" target="lib\net9.0\Nano.Console.pdb" />
<file src="Nano.Console\bin\Release\net9.0\Nano.Console.xml" target="lib\net9.0\Nano.Console.xml" />
<file src="Nano.Data\bin\Release\net9.0\Nano.Data.dll" target="lib\net9.0\Nano.Data.dll" />
<file src="Nano.Data\bin\Release\net9.0\Nano.Data.pdb" target="lib\net9.0\Nano.Data.pdb" />
<file src="Nano.Data\bin\Release\net9.0\Nano.Data.xml" target="lib\net9.0\Nano.Data.xml" />
<file src="Nano.Eventing\bin\Release\net9.0\Nano.Eventing.dll" target="lib\net9.0\Nano.Eventing.dll" />
<file src="Nano.Eventing\bin\Release\net9.0\Nano.Eventing.pdb" target="lib\net9.0\Nano.Eventing.pdb" />
<file src="Nano.Eventing\bin\Release\net9.0\Nano.Eventing.xml" target="lib\net9.0\Nano.Eventing.xml" />
<file src="Nano.Logging\bin\Release\net9.0\Nano.Logging.dll" target="lib\net9.0\Nano.Logging.dll" />
<file src="Nano.Logging\bin\Release\net9.0\Nano.Logging.pdb" target="lib\net9.0\Nano.Logging.pdb" />
<file src="Nano.Logging\bin\Release\net9.0\Nano.Logging.xml" target="lib\net9.0\Nano.Logging.xml" />
<file src="Nano.Models\bin\Release\net9.0\Nano.Models.dll" target="lib\net9.0\Nano.Models.dll" />
<file src="Nano.Models\bin\Release\net9.0\Nano.Models.pdb" target="lib\net9.0\Nano.Models.pdb" />
<file src="Nano.Models\bin\Release\net9.0\Nano.Models.xml" target="lib\net9.0\Nano.Models.xml" />
<file src="Nano.Repository\bin\Release\net9.0\Nano.Repository.dll" target="lib\net9.0\Nano.Repository.dll" />
<file src="Nano.Repository\bin\Release\net9.0\Nano.Repository.pdb" target="lib\net9.0\Nano.Repository.pdb" />
<file src="Nano.Repository\bin\Release\net9.0\Nano.Repository.xml" target="lib\net9.0\Nano.Repository.xml" />
<file src="Nano.Security\bin\Release\net9.0\Nano.Security.dll" target="lib\net9.0\Nano.Security.dll" />
<file src="Nano.Security\bin\Release\net9.0\Nano.Security.pdb" target="lib\net9.0\Nano.Security.pdb" />
<file src="Nano.Security\bin\Release\net9.0\Nano.Security.xml" target="lib\net9.0\Nano.Security.xml" />
<file src="Nano.Storage\bin\Release\net9.0\Nano.Storage.dll" target="lib\net9.0\Nano.Storage.dll" />
<file src="Nano.Storage\bin\Release\net9.0\Nano.Storage.pdb" target="lib\net9.0\Nano.Storage.pdb" />
<file src="Nano.Storage\bin\Release\net9.0\Nano.Storage.xml" target="lib\net9.0\Nano.Storage.xml" />
<file src="Nano.Web\bin\Release\net9.0\Nano.Web.dll" target="lib\net9.0\Nano.Web.dll" />
<file src="Nano.Web\bin\Release\net9.0\Nano.Web.pdb" target="lib\net9.0\Nano.Web.pdb" />
<file src="Nano.Web\bin\Release\net9.0\Nano.Web.xml" target="lib\net9.0\Nano.Web.xml" />
<file src="LICENSE" target="lib\LICENSE" />
<file src="icon.png" target="lib\icon.png" />
<file src="README.md" target="lib\README.md" />
</files>
</package>