-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathStore.nuspec
27 lines (27 loc) · 1.01 KB
/
Store.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
<?xml version="1.0"?>
<package>
<metadata>
<id>Owin.Security.Cookies.MongoDb</id>
<title>MongoDb implementation of IAuthenticationSessionStore</title>
<version>$version$</version>
<authors>James Geall</authors>
<owners>James Geall</owners>
<projectUrl>https://github.com/jageall/Owin.Security.Cookies.MongoDb</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MongoDb implementation of IAuthenticationSessionStore</description>
<copyright>Copyright 2014</copyright>
<tags>IdentityServer MongoDb</tags>
<dependencies>
<dependency id="Owin" version="1.0" />
<dependency id="Microsoft.Owin"
version="3.0.1" />
<dependency id="Microsoft.Owin.Security"
version="3.0.1" />
<dependency id="Microsoft.Owin.Security.Cookies"
version="3.0.1" />
</dependencies>
</metadata>
<files>
<file src="Out\Owin.Security.Cookies.MongoDb.dll" target="lib\net45"/>
</files>
</package>