diff --git a/Directory.Build.targets b/Directory.Build.targets
index e7501159d6f6..4c830a20cc80 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -68,6 +68,13 @@
+
+
+ $(BaselinePackageVersion)
+
+ true
+
+
true
diff --git a/eng/Versions.props b/eng/Versions.props
index 24c04abf99cf..d4e97bd38efe 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -193,6 +193,7 @@
3.8.0
3.3.0
1.0.0-20200708.1
+ 1.0.0-preview.7.21364.16
6.10.0
6.10.0
6.10.0
diff --git a/eng/targets/CSharp.Common.props b/eng/targets/CSharp.Common.props
index b97198a89136..63aebedfd897 100644
--- a/eng/targets/CSharp.Common.props
+++ b/eng/targets/CSharp.Common.props
@@ -1,5 +1,7 @@
+
+
10.0
diff --git a/global.json b/global.json
index 7d79ee199e68..11bff3c6c092 100644
--- a/global.json
+++ b/global.json
@@ -31,6 +31,7 @@
"msbuild-sdks": {
"Yarn.MSBuild": "1.22.10",
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21357.3",
- "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21357.3"
+ "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21357.3",
+ "Microsoft.DotNet.PackageValidation": "$(MicrosoftDotNetPackageValidationVersion)"
}
}