initial add
This commit is contained in:
20
packages/Microsoft.Owin.Security.Google.2.0.0/Microsoft.Owin.Security.Google.2.0.0.nuspec
vendored
Normal file
20
packages/Microsoft.Owin.Security.Google.2.0.0/Microsoft.Owin.Security.Google.2.0.0.nuspec
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Microsoft.Owin.Security.Google</id>
|
||||
<version>2.0.0</version>
|
||||
<title>Microsoft.Owin.Security.Google</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 Google's OpenId authentication workflow.</description>
|
||||
<tags>Microsoft OWIN</tags>
|
||||
<dependencies>
|
||||
<dependency id="Owin" version="1.0" />
|
||||
<dependency id="Microsoft.Owin" version="2.0.0" />
|
||||
<dependency id="Microsoft.Owin.Security" version="2.0.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
Reference in New Issue
Block a user