Fix the non-standard nuget package
This commit is contained in:
parent
d870f75eec
commit
40ccbb3940
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<package>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Microsoft.AspNetCore.AspNetCoreModule</id>
|
||||
<title>Microsoft ASP.NET Core Module</title>
|
||||
|
|
@ -7,14 +7,17 @@
|
|||
<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>
|
||||
<copyright>© Microsoft Corporation. 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\**" target="ancm\" />
|
||||
<file src="..\tools\installancm.ps1" />
|
||||
<file src="..\artifacts\build\AspNetCore\bin\Debug\Win32\*.dll" target="runtimes\win7-x86\native\" />
|
||||
<file src="..\artifacts\build\AspNetCore\bin\Debug\x64\*.dll" target="runtimes\win7-x64\native\" />
|
||||
<file src="..\tools\installancm.ps1"/>
|
||||
<file src="..\LICENSE.txt"/>
|
||||
</files>
|
||||
</package>
|
||||
Loading…
Reference in New Issue