diff --git a/Directory.Build.props b/Directory.Build.props
index 2ef491a409..d12017847a 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -62,6 +62,10 @@
$(WarningsNotAsErrors);CS1591
$(WarningsNotAsErrors);xUnit1004
+
+ $(NoWarn);NU5131
+
+ $(NoWarn);NU5048
diff --git a/eng/Workarounds.targets b/eng/Workarounds.targets
index d38b8d08f2..6f41cd5862 100644
--- a/eng/Workarounds.targets
+++ b/eng/Workarounds.targets
@@ -40,6 +40,20 @@
+
+
+
+
+
+
diff --git a/global.json b/global.json
index b0204615a6..602f4f44e1 100644
--- a/global.json
+++ b/global.json
@@ -1,9 +1,9 @@
{
"sdk": {
- "version": "5.0.100-alpha1-013788"
+ "version": "5.0.100-alpha1-014696"
},
"tools": {
- "dotnet": "5.0.100-alpha1-013788",
+ "dotnet": "5.0.100-alpha1-014696",
"runtimes": {
"dotnet/x64": [
"$(MicrosoftNETCoreAppRuntimeVersion)"
diff --git a/src/ProjectTemplates/test/Infrastructure/TemplateTests.props.in b/src/ProjectTemplates/test/Infrastructure/TemplateTests.props.in
index e012ba42b7..1d3fb7bb2a 100644
--- a/src/ProjectTemplates/test/Infrastructure/TemplateTests.props.in
+++ b/src/ProjectTemplates/test/Infrastructure/TemplateTests.props.in
@@ -16,22 +16,12 @@
-
-
-
-
-