diff --git a/build/BundledDotnetTools.props b/build/BundledDotnetTools.props
index 1df3521de..bd3259451 100644
--- a/build/BundledDotnetTools.props
+++ b/build/BundledDotnetTools.props
@@ -1,9 +1,9 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props
index 40003b788..e290e4daf 100644
--- a/build/BundledRuntimes.props
+++ b/build/BundledRuntimes.props
@@ -37,7 +37,7 @@
$(AspNetCoreSharedFxInstallerRid)
x64
- aspnetcore-runtime-$(AspNetCoreVersion)-$(AspNetCoreSharedFxInstallerRid)$(InstallerEndSuffix)$(InstallerExtension)
+ aspnetcore-runtime-$(AspNetCoreVersion)-$(AspNetCoreSharedFxInstallerRid)$(InstallerExtension)
aspnetcore-runtime-internal-$(AspNetCoreVersion)-$(AspNetCoreSharedFxInstallerRid).wixlib
$(PackagesDirectory)/$(DownloadedAspNetCoreSharedFxInstallerFileName)
diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props
index d79ed2c5e..b1f97ce19 100644
--- a/build/DependencyVersions.props
+++ b/build/DependencyVersions.props
@@ -1,8 +1,14 @@
- 2.1.0
+ 2.1.1-rtm-30818
$(MicrosoftAspNetCoreAllPackageVersion)
+ 2.1.0
+ 2.1.1-rtm-30818
+ 2.1.0
+ 2.1.0
+ 2.1.0
+ 2.1.0
2.1.0
$(MicrosoftNETCoreAppPackageVersion)
15.7.179
diff --git a/build/NugetConfigFile.targets b/build/NugetConfigFile.targets
index 5e72d79b7..266a9cf81 100644
--- a/build/NugetConfigFile.targets
+++ b/build/NugetConfigFile.targets
@@ -19,7 +19,7 @@
-
+
diff --git a/src/dotnet/dotnet.csproj b/src/dotnet/dotnet.csproj
index b739ba700..3b6a976f2 100644
--- a/src/dotnet/dotnet.csproj
+++ b/src/dotnet/dotnet.csproj
@@ -77,7 +77,7 @@
-
+
diff --git a/test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj b/test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj
index 222c14025..51f9ce940 100644
--- a/test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj
+++ b/test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj
@@ -52,7 +52,7 @@
DotnetToolsLayoutDirectory=$(SdkOutputDirectory)/DotnetTools;
TemplateFillInPackageName=dotnet-watch;
- TemplateFillInPackageVersion=$(AspNetCoreVersion);
+ TemplateFillInPackageVersion=$(DotnetWatchPackageVersion);
PreviousStageDirectory=$(PreviousStageDirectory);
DotnetToolsLayoutDirectory=$(testAssetSourceRoot);
DotnetToolsRestoreProjectStyle=DotnetToolReference