44 lines
3.3 KiB
XML
44 lines
3.3 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.AspNetCore.AspNetCoreModuleV2</id>
|
|
<title>Microsoft ASP.NET Core Module</title>
|
|
<version>$VERSION$</version>
|
|
<authors>Microsoft</authors>
|
|
<owners>Microsoft</owners>
|
|
<licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
|
|
<copyright>© .NET Foundation. All rights reserved.</copyright>
|
|
<projectUrl>https://www.asp.net/</projectUrl>
|
|
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>ASP.NET Core Module</description>
|
|
<language>en-US</language>
|
|
<tags>Microsoft.AspNetCore.AspNetCoreModule</tags>
|
|
<contentFiles>
|
|
<files include="any/any/*/*.dll" buildAction="None" copyToOutput="true" flatten="false" />
|
|
<files include="any/any/*/*/*.dll" buildAction="None" copyToOutput="true" flatten="false" />
|
|
<files include="any/any/*/*.pdb" buildAction="None" copyToOutput="true" flatten="false" />
|
|
<files include="any/any/*/*/*.pdb" buildAction="None" copyToOutput="true" flatten="false" />
|
|
</contentFiles>
|
|
</metadata>
|
|
<files>
|
|
<file src="src\AspNetCoreModuleV2\AspNetCore\bin\$Configuration$\Win32\aspnetcorev2.dll" target="contentFiles\any\any\x86" />
|
|
<file src="src\AspNetCoreModuleV2\AspNetCore\bin\$Configuration$\x64\aspnetcorev2.dll" target="contentFiles\any\any\x64" />
|
|
<file src="src\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$Configuration$\Win32\aspnetcorev2_outofprocess.dll" target="contentFiles\any\any\x86\$AspNetCoreModuleOutOfProcessVersion$" />
|
|
<file src="src\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$Configuration$\x64\aspnetcorev2_outofprocess.dll" target="contentFiles\any\any\x64\$AspNetCoreModuleOutOfProcessVersion$" />
|
|
<file src="src\AspNetCoreModuleV2\InProcessRequestHandler\bin\$Configuration$\Win32\aspnetcorev2_inprocess.dll" target="contentFiles\any\any\x86" />
|
|
<file src="src\AspNetCoreModuleV2\InProcessRequestHandler\bin\$Configuration$\x64\aspnetcorev2_inprocess.dll" target="contentFiles\any\any\x64" />
|
|
|
|
<file src="src\AspNetCoreModuleV2\AspNetCore\bin\$Configuration$\Win32\aspnetcorev2.pdb" target="contentFiles\any\any\x86" />
|
|
<file src="src\AspNetCoreModuleV2\AspNetCore\bin\$Configuration$\x64\aspnetcorev2.pdb" target="contentFiles\any\any\x64" />
|
|
<file src="src\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$Configuration$\Win32\aspnetcorev2_outofprocess.pdb" target="contentFiles\any\any\x86\$AspNetCoreModuleOutOfProcessVersion$" />
|
|
<file src="src\AspNetCoreModuleV2\OutOfProcessRequestHandler\bin\$Configuration$\x64\aspnetcorev2_outofprocess.pdb" target="contentFiles\any\any\x64\$AspNetCoreModuleOutOfProcessVersion$" />
|
|
<file src="src\AspNetCoreModuleV2\InProcessRequestHandler\bin\$Configuration$\Win32\aspnetcorev2_inprocess.pdb" target="contentFiles\any\any\x86" />
|
|
<file src="src\AspNetCoreModuleV2\InProcessRequestHandler\bin\$Configuration$\x64\aspnetcorev2_inprocess.pdb" target="contentFiles\any\any\x64" />
|
|
|
|
<file src="src\AspNetCoreModuleV2\AspNetCore\aspnetcore_schema_v2.xml"/>
|
|
<file src="tools\installancm.ps1"/>
|
|
<file src="LICENSE.txt"/>
|
|
<file src="$AspNetCoreModuleV2Props$" target="build\" />
|
|
</files>
|
|
</package> |