File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
src/DynamicAuthorization.Mvc.MsSqlServerStore Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments