diff --git a/build/common.props b/build/common.props
index c5ef20540f..f3153ae6ec 100644
--- a/build/common.props
+++ b/build/common.props
@@ -2,6 +2,7 @@
+
$(MSBuildThisFileDirectory)35MSSharedLib1024.snk
@@ -31,20 +32,6 @@
true
-
-
- 8.0.1
-
- preview-$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMddHHmmss"))
-
- preview-$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMddHH"))
- $(MicrosoftIdentityModelVersion.Contains("-"))
- $(MicrosoftIdentityModelVersion)
- $(PreviewVersionSuffix)
- $(MicrosoftIdentityModelCurrentVersion)
- $(MicrosoftIdentityModelVersion).$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMdd"))
- $(MicrosoftIdentityModelCurrentVersion).$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMdd"))
-
false
diff --git a/build/version.props b/build/version.props
new file mode 100644
index 0000000000..b1584b52e5
--- /dev/null
+++ b/build/version.props
@@ -0,0 +1,17 @@
+
+
+
+
+ 8.0.1
+
+ preview-$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMddHHmmss"))
+
+ preview-$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMddHH"))
+ $(MicrosoftIdentityModelVersion.Contains("-"))
+ $(MicrosoftIdentityModelVersion)
+ $(PreviewVersionSuffix)
+ $(MicrosoftIdentityModelCurrentVersion)
+ $(MicrosoftIdentityModelVersion).$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMdd"))
+ $(MicrosoftIdentityModelCurrentVersion).$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMdd"))
+
+
\ No newline at end of file