Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AncmIISExpressV2.nuspec « ANCMIISExpressV2 « AspNetCoreModule-Setup « Windows « Installers « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fada190bc386e5e553a3bb36ca4a7704dd4890c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
    <metadata>
        <id>VS.Redist.Common.AspNetCore.AspNetCoreModuleV2IISExpress.$ARCH$.$MAJOR$.$MINOR$</id>
        <version>1.0.0</version>
        <title>VS.Redist.Common.AspNetCore.AspNetCoreModuleV2IISExpress.$ARCH$.$MAJOR$.$MINOR$</title>
        <authors>Microsoft</authors>
        <owners>Microsoft</owners>
        <license type="expression">$PackageLicenseExpression$</license>
        <projectUrl>https://github.com/dotnet/aspnetcore</projectUrl>
        <icon>$PackageIcon$</icon>
        <requireLicenseAcceptance>true</requireLicenseAcceptance>
        <description>$MAJOR$.$MINOR$ ASP.NET Core Module IIS Express Windows Installer MSI as a .nupkg for internal Visual Studio build consumption</description>
        <copyright>© Microsoft Corporation. All rights reserved.</copyright>
        <serviceable>true</serviceable>
    </metadata>
    <files>
        <file src="$ASPNETCORE_RUNTIME_MSI$" />
        <file src="$ASPNETCORE_CAB_FILE$" />
        <file src="$PackageIconFullPath$" target="$PackageIcon$" />
    </files>
</package>