Skip to content

Commit 1e691e0

Browse files
committed
Add nuspec file SqlSever provider.
1 parent aa7e85f commit 1e691e0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata>
4+
<id>DynamicAuthorization.Mvc.MsSqlServerStore</id>
5+
<version>$version$</version>
6+
<authors>Mohsen Esmailpour</authors>
7+
<owners>mo.esmp</owners>
8+
<projectUrl>https://github.com/mo-esmp/serilog-ui</projectUrl>
9+
<license type="expression">MIT</license>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>SQL Sever store for DynamicAuthorization</description>
12+
<tags>authorize authorization authentication dynamic-authorization dynamic-authentication identity membership</tags>
13+
<releaseNotes></releaseNotes>
14+
<copyright></copyright>
15+
<dependencies>
16+
<group targetFramework=".NETStandard2.0">
17+
<dependency id="DynamicAuthorization.Mvc.Core" version="1.0.2" exclude="Build,Analyzers" />
18+
<dependency id="Microsoft.Data.SqlClient" version="2.1.1" exclude="Build,Analyzers" />
19+
<dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
20+
</group>
21+
</dependencies>
22+
</metadata>
23+
<files>
24+
<file src="bin\release\netstandard2.0\DynamicAuthorization.Mvc.MsSqlServerStore.dll" target="lib/netstandard2.0" />
25+
</files>
26+
</package>

0 commit comments

Comments
 (0)