Update VS insertion package name for x64 package
This commit is contained in:
parent
5bf135011f
commit
1d12ea7f1e
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>VS.Redist.Common.Net.Core.SDK.x64</id>
|
<id>VS.Redist.Common.Net.Core.SDK.x64.2.1.2xx</id>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<title>VS.Redist.Common.Net.Core.SDK.x64</title>
|
<title>VS.Redist.Common.Net.Core.SDK.x64.2.1.2xx</title>
|
||||||
<authors>Microsoft</authors>
|
<authors>Microsoft</authors>
|
||||||
<owners>Microsoft</owners>
|
<owners>Microsoft</owners>
|
||||||
<licenseUrl>https://www.microsoft.com/net/dotnet_library_license.htm</licenseUrl>
|
<licenseUrl>https://www.microsoft.com/net/dotnet_library_license.htm</licenseUrl>
|
||||||
<projectUrl>https://github.com/dotnet/cli</projectUrl>
|
<projectUrl>https://github.com/dotnet/cli</projectUrl>
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
<description>Windows Installers (x64) for .Net Core SDK</description>
|
<description>Windows Installers (x64) for .Net Core SDK 2.1.2xx</description>
|
||||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
Loading…
Reference in a new issue