You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
997 B

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.Owin.Security.OAuth</id>
<version>2.1.0</version>
<title>Microsoft.Owin.Security.OAuth</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_enu.htm</licenseUrl>
<projectUrl>http://katanaproject.codeplex.com/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Middleware that enables an application to support any standard OAuth 2.0 authentication workflow.</description>
<tags>Microsoft OWIN Katana</tags>
<dependencies>
<dependency id="Owin" version="1.0" />
<dependency id="Microsoft.Owin" version="2.1.0" />
<dependency id="Newtonsoft.Json" version="4.5.11" />
<dependency id="Microsoft.Owin.Security" version="2.1.0" />
</dependencies>
</metadata>
</package>