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

TargetingPackPackage.nuspec « TargetingPack « Windows « Installers « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5ef9a2069ad9ed5bd70c5a0b495825e5becb597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
    <metadata>
        <id>VS.Redist.Common.AspNetCore.TargetingPack.$ARCH$.$MAJOR$.$MINOR$</id>
        <version>1.0.0</version>
        <title>VS.Redist.Common.AspNetCore.TargetingPack.$ARCH$.$MAJOR$.$MINOR$</title>
        <authors>Microsoft</authors>
        <owners>Microsoft</owners>
        <licenseUrl>https://www.microsoft.com/net/dotnet_library_license.htm</licenseUrl>
        <projectUrl>https://github.com/aspnet/aspnetcore</projectUrl>
        <requireLicenseAcceptance>true</requireLicenseAcceptance>
        <description>$MAJOR$.$MINOR$ ASP.NET Core TargetingPack ($ARCH$) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption</description>
        <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    </metadata>
    <files>
        <file src="$ASPNETCORE_RUNTIME_MSI$" />
    </files>
</package>