23 lines
987 B
XML
23 lines
987 B
XML
<?xml version="1.0"?>
|
|
<package>
|
|
<metadata>
|
|
<id>Microsoft.AspNetCore.AspNetCoreModule</id>
|
|
<title>Microsoft ASP.NET Core Module</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>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>ASP.NET Core Module</description>
|
|
<language>en-US</language>
|
|
<tags>Microsoft.AspNetCore.AspNetCoreModule</tags>
|
|
</metadata>
|
|
<files>
|
|
<file src="..\artifacts\build\AspNetCore\bin\Release\Win32\*.dll" target="runtimes\win7-x86\native\" />
|
|
<file src="..\artifacts\build\AspNetCore\bin\Release\x64\*.dll" target="runtimes\win7-x64\native\" />
|
|
<file src="..\tools\installancm.ps1"/>
|
|
<file src="..\LICENSE.txt"/>
|
|
</files>
|
|
</package> |