diff --git a/build/package/Installer.MSI.targets b/build/package/Installer.MSI.targets
index e1baf462d..2b1b5285d 100644
--- a/build/package/Installer.MSI.targets
+++ b/build/package/Installer.MSI.targets
@@ -21,6 +21,8 @@
$(RepoRoot)/packaging/windows/clisdk/VS.Redist.Common.Net.Core.SDK.$(Architecture).nuspec
$(InstallerOutputDirectory)/VS.Redist.Common.Net.Core.SDK.$(Architecture).$(FullNugetVersion).nupkg
+ $(RepoRoot)/packaging/windows/clisdk/VS.Redist.Common.Net.Core.SDK.$(Architecture).2.1.2xx.nuspec
+ $(InstallerOutputDirectory)/VS.Redist.Common.Net.Core.SDK.$(Architecture).2.1.2xx.$(FullNugetVersion).nupkg
$(RepoRoot)/packaging/windows/clisdk/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.nuspec
$(InstallerOutputDirectory)/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.$(FullNugetVersion).nupkg
@@ -162,14 +164,21 @@
Condition=" '$(OS)' == 'Windows_NT'"
Inputs="$(CombinedFrameworkSdkHostInstallerFile);
$(SdkInstallerNuspecFile);
+ $(SdkInstallerNuspecFile2xx);
$(SdkGenerateNupkgPowershellScript)"
- Outputs="$(SdkInstallerNupkgFile)">
+ Outputs="$(SdkInstallerNupkgFile);$(SdkInstallerNupkgFile2xx)">
+
+
+
+
+ VS.Redist.Common.Net.Core.SDK.x64.2.1.2xx
+ 1.0.0
+ VS.Redist.Common.Net.Core.SDK.x64.2.1.2xx
+ Microsoft
+ Microsoft
+ https://www.microsoft.com/net/dotnet_library_license.htm
+ https://github.com/dotnet/cli
+ true
+ Windows Installers (x64) for .Net Core SDK 2.1.2xx
+ © Microsoft Corporation. All rights reserved.
+
+
+
+
+
\ No newline at end of file
diff --git a/packaging/windows/clisdk/VS.Redist.Common.Net.Core.SDK.x86.2.1.2xx.nuspec b/packaging/windows/clisdk/VS.Redist.Common.Net.Core.SDK.x86.2.1.2xx.nuspec
new file mode 100644
index 000000000..e8bd5cd0f
--- /dev/null
+++ b/packaging/windows/clisdk/VS.Redist.Common.Net.Core.SDK.x86.2.1.2xx.nuspec
@@ -0,0 +1,18 @@
+
+
+
+ VS.Redist.Common.Net.Core.SDK.x86.2.1.2xx
+ 1.0.0
+ VS.Redist.Common.Net.Core.SDK.x86.2.1.2xx
+ Microsoft
+ Microsoft
+ https://www.microsoft.com/net/dotnet_library_license.htm
+ https://github.com/dotnet/cli
+ true
+ Windows Installer (x86) for .Net Core SDK 2.1.2xx
+ © Microsoft Corporation. All rights reserved.
+
+
+
+
+
\ No newline at end of file