mesa-fab-approval/packages/Microsoft.Owin.2.0.0/Microsoft.Owin.2.0.0.nuspec
Jonathan Ouellette 580e90f6a2 initial add
2022-09-27 14:10:30 -07:00

18 lines
757 B
XML

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.Owin</id>
<version>2.0.0</version>
<title>Microsoft.Owin</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>Provides a set of helper types and abstractions for simplifying the creation of OWIN components.</description>
<tags>Microsoft OWIN</tags>
<dependencies>
<dependency id="Owin" version="1.0" />
</dependencies>
</metadata>
</package>