Configure project for NuGet packaging and implement WithData for chainable ViewData updates
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>DigitalData.Core.Application</id>
|
||||
<version>1.0.0</version>
|
||||
<authors>DigitalData.Core.Application</authors>
|
||||
<description>Package Description</description>
|
||||
<repository type="git" commit="82da3586a5e28ae5fbd4242f05f60f9e5327e5f2" />
|
||||
<dependencies>
|
||||
<group targetFramework="net7.0">
|
||||
<dependency id="WebCore.Contracts" version="1.0.1" exclude="Build,Analyzers" />
|
||||
<dependency id="AutoMapper" version="13.0.1" exclude="Build,Analyzers" />
|
||||
<dependency id="Microsoft.Extensions.Caching.Abstractions" version="7.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="Microsoft.Extensions.Configuration" version="7.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="Microsoft.Extensions.Logging" version="7.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.DirectoryServices.AccountManagement" version="7.0.1" exclude="Build,Analyzers" />
|
||||
<dependency id="System.IdentityModel.Tokens.Jwt" version="7.5.1" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Security.Cryptography.Cng" version="5.0.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\bin\Release\net7.0\DigitalData.Core.Application.dll" target="lib\net7.0\DigitalData.Core.Application.dll" />
|
||||
</files>
|
||||
</package>
|
||||
Reference in New Issue
Block a user