Microsoft.AspNetCore.Hosting.Server.Abstractions.nuspec
1.44 KB
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.AspNetCore.Hosting.Server.Abstractions</id>
<version>1.1.2</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>ASP.NET Core hosting server abstractions for web applications.</description>
<tags>aspnetcore,hosting</tags>
<serviceable>true</serviceable>
<dependencies>
<group targetFramework=".NETFramework4.5.1">
<dependency id="Microsoft.AspNetCore.Http.Features" version="[1.1.2, )" />
<dependency id="Microsoft.Extensions.Configuration.Abstractions" version="[1.1.2, )" />
<dependency id="NETStandard.Library" version="[1.6.1, )" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="Microsoft.AspNetCore.Http.Features" version="[1.1.2, )" />
<dependency id="Microsoft.Extensions.Configuration.Abstractions" version="[1.1.2, )" />
<dependency id="NETStandard.Library" version="[1.6.1, )" />
</group>
</dependencies>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<copyright>Copyright © Microsoft Corporation</copyright>
<projectUrl>http://www.asp.net/</projectUrl>
</metadata>
</package>