33 lines
1.5 KiB
XML
33 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.AspNetCore.Server.IIS</id>
|
|
<version>$version$</version>
|
|
<authors>$author$</authors>
|
|
<licenseUrl>$licenseUrl$</licenseUrl>
|
|
<copyright>$copyright$</copyright>
|
|
<projectUrl>$projectUrl$</projectUrl>
|
|
<iconUrl>$iconUrl$</iconUrl>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>$description$</description>
|
|
<language>en-US</language>
|
|
<tags>aspnetcore iis</tags>
|
|
<serviceable>$serviceable$</serviceable>
|
|
<repository type="$repositoryType$" url="$repositoryUrl$" commit="$repositoryCommit$" />
|
|
<dependencies>
|
|
<group targetFramework="$tfmGroup$">
|
|
<dependency id="Microsoft.AspNetCore.Server.IISIntegration" version="[$version$ , )" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<!-- The _._ placeholder file will instruct NuGet to treat this package as only being compatible with $tfm$ -->
|
|
<file src="_._" target="lib/$tfm$/" />
|
|
|
|
<file src="Microsoft.AspNetCore.Server.IIS.targets" target="build/$tfm$/Microsoft.AspNetCore.Server.IIS.targets" />
|
|
|
|
<file src="..\AspNetCoreModuleV2\RequestHandler\bin\$Configuration$\Win32\aspnetcorerh.dll" target="runtimes\win-x86\nativeassets\$tfm$\aspnetcorerh.dll" />
|
|
<file src="..\AspNetCoreModuleV2\RequestHandler\bin\$Configuration$\x64\aspnetcorerh.dll" target="runtimes\win-x64\nativeassets\$tfm$\aspnetcorerh.dll" />
|
|
</files>
|
|
</package>
|