diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props
index 5148cffcf..ba2ceb959 100644
--- a/build/DependencyVersions.props
+++ b/build/DependencyVersions.props
@@ -35,13 +35,6 @@
0.2.0-beta-000042
0.2.0-beta-000059
2.0.3
-
- notimestamp
-
- 2.0.3
- rtm
- 2.0.3
- 125
aspnetcore-store
dev-26623
2.1.0-preview1-26623
diff --git a/build/package/Installer.DEB.targets b/build/package/Installer.DEB.targets
index 4486d8d37..6e0020dbe 100644
--- a/build/package/Installer.DEB.targets
+++ b/build/package/Installer.DEB.targets
@@ -34,11 +34,8 @@
dotnet-hostfxr-$(HostFxrDebianPackageVersion)
$(HostFxrDebianPackageName.ToLower())
dotnet-host
- $(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreVersionAndRelease)-$(AspNetCoreRuntimePackageTimestamp)
- $(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreVersion)
- $(HostRid)
- $(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreVersionAndRelease)-$(AspNetCoreRuntimePackageTimestamp)-$(HostRidInAspNetCoreRuntimeDebInstallerFileName).deb
- $(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreVersion)-$(HostRidInAspNetCoreRuntimeDebInstallerFileName).deb
+ $(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreRuntimePackageVersion)
+ $(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreRuntimePackageVersion)-$(HostRid).deb
diff --git a/build/package/Installer.RPM.targets b/build/package/Installer.RPM.targets
index 68acd2a8a..7deaeb6da 100644
--- a/build/package/Installer.RPM.targets
+++ b/build/package/Installer.RPM.targets
@@ -175,13 +175,8 @@
dotnet-hostfxr-$(HostFxrRpmPackageVersion)
$(HostFxrRpmPackageName.ToLower())
dotnet-host
- $(HostRid)
- $(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreVersionAndRelease)-$(AspNetCoreRuntimePackageTimestamp)
- $(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreVersion)
- $(AspNetCoreVersion)-$(AspNetCoreRelease)-$(AspNetCoreRuntimePackageTimestamp)
- $(AspNetCoreVersion)
- $(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreVersionAndRelease)-$(AspNetCoreRuntimePackageTimestamp)-$(HostRidInAspNetCoreRuntimeRpmInstallerFileName).rpm
- $(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreVersion)-$(HostRidInAspNetCoreRuntimeRpmInstallerFileName).rpm
+ $(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreRuntimePackageVersion)
+ $(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreRuntimePackageVersion)-$(HostRid).rpm
$(ScriptsDir)/$(AfterInstallHostScriptName)
$(RpmLayoutScripts)/$(AfterInstallHostScriptName)