diff --git a/Directory.Build.props b/Directory.Build.props
index 91758478ee..80a2c6569e 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,5 +1,4 @@
-
@@ -10,7 +9,6 @@
$(MSBuildThisFileDirectory)build\Key.snk
true
true
- $(VersionSuffix)-$(BuildNumber)
true
diff --git a/build/dependencies.props b/build/dependencies.props
index 0cb948e13a..7a15023f19 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -1,4 +1,6 @@
+
+
0.5.0-*
2.1.0-*
diff --git a/build/repo.props b/build/repo.props
index 2e89e8f97a..0f3c67c012 100644
--- a/build/repo.props
+++ b/build/repo.props
@@ -1,4 +1,6 @@
+
+
diff --git a/build/repo.targets b/build/repo.targets
index 1e11e3a619..4eb7caedd4 100644
--- a/build/repo.targets
+++ b/build/repo.targets
@@ -1,11 +1,5 @@
-
-
-
- $(VersionSuffix)
- $(VersionSuffix)-$(BuildNumber)
-
$(RepositoryRoot)src\Microsoft.AspNetCore.RuntimeStore\
$(MetaPackagePath)Microsoft.AspNetCore.RuntimeStore.csproj
diff --git a/version.xml b/version.xml
index 3c05022b7d..88464f4cc3 100644
--- a/version.xml
+++ b/version.xml
@@ -4,5 +4,9 @@
dev
2.1.0
preview1
+ $(VersionSuffix)
+ $(VersionSuffix)-$(BuildNumber)
+ $(VersionPrefix)
+ $(Version)-$(VersionSuffix)