23 lines
1.2 KiB
XML
23 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.AspNetCore.AspNetCoreModule.RequestHandler</id>
|
|
<title>Microsoft ASP.NET Core Module Request Handler</title>
|
|
<version>$VERSION$</version>
|
|
<authors>Microsoft</authors>
|
|
<owners>Microsoft</owners>
|
|
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
|
|
<copyright>© .NET Foundation. All rights reserved.</copyright>
|
|
<projectUrl>http://www.asp.net/</projectUrl>
|
|
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>ASP.NET Core Module Request Handler</description>
|
|
<language>en-US</language>
|
|
<tags>Microsoft.AspNetCore.AspNetCoreModule.RequestHandler</tags>
|
|
</metadata>
|
|
<files>
|
|
<!-- TODO make build output outside of content files. -->
|
|
<file src="src\RequestHandler\bin\$Configuration$\Win32\aspnetcorerh.dll" target="runtimes\win-x86\nativeassets\netcoreapp2.1\aspnetcorerh.dll" />
|
|
<file src="src\RequestHandler\bin\$Configuration$\x64\aspnetcorerh.dll" target="runtimes\win-x64\nativeassets\netcoreapp2.1\aspnetcorerh.dll" />
|
|
</files>
|
|
</package> |