Merge pull request #13680 from dotnet/marcpopMSFT-placeholderversion
Add the major minor version to two of our transport packages to enabl…
This commit is contained in:
commit
c86711a10d
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>VS.Redist.Common.NetCore.SdkPlaceholder.$ARCH$</id>
|
||||
<id>VS.Redist.Common.NetCore.SdkPlaceholder.$ARCH$.$MAJOR_MINOR$</id>
|
||||
<version>1.0.0</version>
|
||||
<title>VS.Redist.Common.NetCore.SdkPlaceholder.$ARCH$</title>
|
||||
<title>VS.Redist.Common.NetCore.SdkPlaceholder.$ARCH$.$MAJOR_MINOR$</title>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>Microsoft</owners>
|
||||
<licenseUrl>https://www.microsoft.com/net/dotnet_library_license.htm</licenseUrl>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>VS.Redist.Common.NetCore.Toolset.$ARCH$</id>
|
||||
<id>VS.Redist.Common.NetCore.Toolset.$ARCH$.$MAJOR_MINOR$</id>
|
||||
<version>1.0.0</version>
|
||||
<title>VS.Redist.Common.NetCore.Toolset.$ARCH$</title>
|
||||
<title>VS.Redist.Common.NetCore.Toolset.$ARCH$.$MAJOR_MINOR$</title>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>Microsoft</owners>
|
||||
<licenseUrl>https://www.microsoft.com/net/dotnet_library_license.htm</licenseUrl>
|
||||
|
|
Loading…
Reference in a new issue