Copy aspnetcore.dll to contentfiles and re-add old nuget locations. (#245)
This commit is contained in:
parent
82e096c9a5
commit
c12c938d4a
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<package>
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/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>
|
||||||
|
|
@ -13,10 +13,13 @@
|
||||||
<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>
|
<tags>Microsoft.AspNetCore.AspNetCoreModule</tags>
|
||||||
|
<contentFiles>
|
||||||
|
<files include="any/any/*/*.dll" buildAction="None" copyToOutput="true" flatten="false" />
|
||||||
|
</contentFiles>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="..\artifacts\build\AspNetCore\bin\Release\Win32\aspnetcore.dll" target="runtimes\win7\native\x86\aspnetcore.dll" />
|
<file src="..\artifacts\build\AspNetCore\bin\Release\Win32\aspnetcore.dll" target="contentFiles\any\any\x86\aspnetcore.dll" />
|
||||||
<file src="..\artifacts\build\AspNetCore\bin\Release\x64\aspnetcore.dll" target="runtimes\win7\native\x64\aspnetcore.dll" />
|
<file src="..\artifacts\build\AspNetCore\bin\Release\x64\aspnetcore.dll" target="contentFiles\any\any\x64\aspnetcore.dll" />
|
||||||
<file src="..\artifacts\build\AspNetCore\bin\Release\x64\*.xml"/>
|
<file src="..\artifacts\build\AspNetCore\bin\Release\x64\*.xml"/>
|
||||||
<file src="..\tools\installancm.ps1"/>
|
<file src="..\tools\installancm.ps1"/>
|
||||||
<file src="..\LICENSE.txt"/>
|
<file src="..\LICENSE.txt"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue