Fix the non-standard nuget package
This commit is contained in:
parent
d870f75eec
commit
40ccbb3940
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<package>
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>Microsoft.AspNetCore.AspNetCoreModule</id>
|
<id>Microsoft.AspNetCore.AspNetCoreModule</id>
|
||||||
<title>Microsoft ASP.NET Core Module</title>
|
<title>Microsoft ASP.NET Core Module</title>
|
||||||
|
|
@ -7,14 +7,17 @@
|
||||||
<authors>Microsoft</authors>
|
<authors>Microsoft</authors>
|
||||||
<owners>Microsoft</owners>
|
<owners>Microsoft</owners>
|
||||||
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
|
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
|
||||||
<copyright>© .NET Foundation. All rights reserved.</copyright>
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||||
<projectUrl>http://www.asp.net/</projectUrl>
|
<projectUrl>http://www.asp.net/</projectUrl>
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
<description>ASP.NET Core Module</description>
|
<description>ASP.NET Core Module</description>
|
||||||
<language>en-US</language>
|
<language>en-US</language>
|
||||||
|
<tags>Microsoft.AspNetCore.AspNetCoreModule</tags>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="..\artifacts\build\AspNetCore\bin\**" target="ancm\" />
|
<file src="..\artifacts\build\AspNetCore\bin\Debug\Win32\*.dll" target="runtimes\win7-x86\native\" />
|
||||||
<file src="..\tools\installancm.ps1" />
|
<file src="..\artifacts\build\AspNetCore\bin\Debug\x64\*.dll" target="runtimes\win7-x64\native\" />
|
||||||
|
<file src="..\tools\installancm.ps1"/>
|
||||||
|
<file src="..\LICENSE.txt"/>
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
Loading…
Reference in New Issue