diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets
index caf7b6a62..5c3b0a824 100644
--- a/src/redist/targets/BundledTemplates.targets
+++ b/src/redist/targets/BundledTemplates.targets
@@ -5,7 +5,6 @@
$(AspNetCorePackageVersionFor30Templates.IndexOf('-'))
$(AspNetCorePackageVersionFor30Templates)
$(AspNetCorePackageVersionFor30Templates.Substring(0, $(AspNetCore30VersionPreReleaseSeparator)))
- $(AspNetCore30VersionMajorMinorPatchVersion)-$(VersionSuffix)
$(AspNetCore30VersionMajorMinorPatchVersion).$(GitCommitCount)
$(AspNetCore30VersionMajorMinorPatchVersion)
$(BundledTemplates30InstallPath)-$(VersionSuffix)
@@ -16,7 +15,6 @@
$(AspNetCorePackageVersionFor22Templates.IndexOf('-'))
$(AspNetCorePackageVersionFor22Templates)
$(AspNetCorePackageVersionFor22Templates.Substring(0, $(AspNetCore22VersionPreReleaseSeparator)))
- $(AspNetCore22VersionMajorMinorPatchVersion)-$(VersionSuffix)
$(AspNetCore22VersionMajorMinorPatchVersion).$(GitCommitCount)
$(AspNetCore22VersionMajorMinorPatchVersion)
$(BundledTemplates22InstallPath)-$(VersionSuffix)
@@ -27,7 +25,6 @@
$(AspNetCorePackageVersionFor21Templates.IndexOf('-'))
$(AspNetCorePackageVersionFor21Templates)
$(AspNetCorePackageVersionFor21Templates.Substring(0, $(AspNetCore21VersionPreReleaseSeparator)))
- $(AspNetCore21VersionMajorMinorPatchVersion)-$(VersionSuffix)
$(AspNetCore21VersionMajorMinorPatchVersion).$(GitCommitCount)
$(AspNetCore21VersionMajorMinorPatchVersion)
$(BundledTemplates21InstallPath)-$(VersionSuffix)
diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets
index 9fdb03b75..6b3f0833c 100644
--- a/src/redist/targets/GenerateMSIs.targets
+++ b/src/redist/targets/GenerateMSIs.targets
@@ -36,9 +36,9 @@
$(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionSdk)$(InstallerExtension)
$(ArtifactsShippingPackagesDir)d$(Architecture)-1.cab
- $(ArtifactsShippingPackagesDir)$(ArtifactNameTemplates)-$(BundledTemplates30Version)-$(ProductMonikerRid)$(InstallerExtension)
- $(ArtifactsShippingPackagesDir)$(ArtifactNameTemplates)-$(BundledTemplates22Version)-$(ProductMonikerRid)$(InstallerExtension)
- $(ArtifactsShippingPackagesDir)$(ArtifactNameTemplates)-$(BundledTemplates21Version)-$(ProductMonikerRid)$(InstallerExtension)
+ $(ArtifactsShippingPackagesDir)dotnet-30templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension)
+ $(ArtifactsShippingPackagesDir)dotnet-22templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension)
+ $(ArtifactsShippingPackagesDir)dotnet-21templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension)
$(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk)$(BundleExtension)
$(ProductBandCombinedHostHostFxrFrameworkSdkName)
@@ -149,7 +149,7 @@
'@(TemplatesMsiComponent->'%(BrandName)')' ^
'@(TemplatesMsiComponent->'%(MsiVersion)')' ^
'@(TemplatesMsiComponent->'%(MsiVersion)')' ^
- '@(TemplatesMsiComponent->'%(Version)')' ^
+ '$(FullNugetVersion)' ^
'@(TemplatesMsiComponent->'%(UpgradeCode)')' ^
'$(Architecture)' ^
-InformationAction Continue" />
@@ -166,7 +166,6 @@
$(Templates30MSIInstallerFile)
$(BundledTemplates30BrandName)
$(BundledTemplates30MsiVersion)
- $(BundledTemplates30Version)
$(Templates30InstallerUpgradeCode)
@@ -174,7 +173,6 @@
$(Templates22MSIInstallerFile)
$(BundledTemplates22BrandName)
$(BundledTemplates22MsiVersion)
- $(BundledTemplates22Version)
$(Templates22InstallerUpgradeCode)
@@ -182,7 +180,6 @@
$(Templates21MSIInstallerFile)
$(BundledTemplates21BrandName)
$(BundledTemplates21MsiVersion)
- $(BundledTemplates21Version)
$(Templates21InstallerUpgradeCode)
@@ -256,7 +253,7 @@
$(Templates30MSIInstallerFile)
- $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates30MajorMinorVersion).$(BundledTemplates30Version).nupkg
- $(BundledTemplates30Version)
+ $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates30MajorMinorVersion).$(FullNugetVersion).nupkg
$(BundledTemplates30MajorMinorVersion)
$(Templates22MSIInstallerFile)
- $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates22MajorMinorVersion).$(BundledTemplates22Version).nupkg
- $(BundledTemplates22Version)
+ $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates22MajorMinorVersion).$(FullNugetVersion).nupkg
$(BundledTemplates22MajorMinorVersion)
$(Templates21MSIInstallerFile)
- $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates21MajorMinorVersion).$(BundledTemplates21Version).nupkg
- $(BundledTemplates21Version)
+ $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates21MajorMinorVersion).$(FullNugetVersion).nupkg
$(BundledTemplates21MajorMinorVersion)
diff --git a/src/redist/targets/GetRuntimeInformation.targets b/src/redist/targets/GetRuntimeInformation.targets
index 3b14d1203..ff9ee1781 100644
--- a/src/redist/targets/GetRuntimeInformation.targets
+++ b/src/redist/targets/GetRuntimeInformation.targets
@@ -42,7 +42,6 @@
$(Architecture)
dotnet-sdk-internal
- dotnet-templates
dotnet-sdk
$(ArtifactNameSdk)-$(SdkVersion)-$(ProductMonikerRid)
diff --git a/src/redist/targets/packaging/windows/clisdk/templates.wxs b/src/redist/targets/packaging/windows/clisdk/templates.wxs
index bb4b4815e..b3e9515ef 100644
--- a/src/redist/targets/packaging/windows/clisdk/templates.wxs
+++ b/src/redist/targets/packaging/windows/clisdk/templates.wxs
@@ -25,14 +25,6 @@
-
-
-
-
-
-
-
-