diff --git a/Directory.Build.targets b/Directory.Build.targets
index 5006951f11..f5b217f365 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -16,7 +16,8 @@
false
- true
+
+ true
diff --git a/eng/Dependencies.props b/eng/Dependencies.props
index 4419f0a1e5..0cd5ac2537 100644
--- a/eng/Dependencies.props
+++ b/eng/Dependencies.props
@@ -154,6 +154,10 @@ and are generated based on the last package release.
+
+
+
+
@@ -171,7 +175,6 @@ and are generated based on the last package release.
-
diff --git a/eng/Versions.props b/eng/Versions.props
index 17f53f876a..296f132e7d 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -235,7 +235,7 @@
4.10.0
0.10.1
1.0.2
- 12.0.1
+ 12.0.2
13.0.4
3.12.1
17.17134.0
diff --git a/src/Hosting/test/FunctionalTests/ShutdownTests.cs b/src/Hosting/test/FunctionalTests/ShutdownTests.cs
index b7f837c110..ce79a471d5 100644
--- a/src/Hosting/test/FunctionalTests/ShutdownTests.cs
+++ b/src/Hosting/test/FunctionalTests/ShutdownTests.cs
@@ -24,7 +24,7 @@ namespace Microsoft.AspNetCore.Hosting.FunctionalTests
public ShutdownTests(ITestOutputHelper output) : base(output) { }
- [ConditionalFact]
+ [ConditionalFact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/2577")]
[OSSkipCondition(OperatingSystems.Windows)]
[OSSkipCondition(OperatingSystems.MacOSX)]
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2577", FlakyOn.All)]
diff --git a/src/Mvc/Mvc.DataAnnotations/src/DataAnnotationsMetadataProvider.cs b/src/Mvc/Mvc.DataAnnotations/src/DataAnnotationsMetadataProvider.cs
index e63b02edce..0e975e697f 100644
--- a/src/Mvc/Mvc.DataAnnotations/src/DataAnnotationsMetadataProvider.cs
+++ b/src/Mvc/Mvc.DataAnnotations/src/DataAnnotationsMetadataProvider.cs
@@ -333,7 +333,7 @@ namespace Microsoft.AspNetCore.Mvc.DataAnnotations
var contextAttributes = context.Attributes;
var contextAttributesCount = contextAttributes.Count;
var attributes = new List
diff --git a/src/Tools/dotnet-user-secrets/src/dotnet-user-secrets.csproj b/src/Tools/dotnet-user-secrets/src/dotnet-user-secrets.csproj
index f9e7f56f0b..5f4ec16f4b 100644
--- a/src/Tools/dotnet-user-secrets/src/dotnet-user-secrets.csproj
+++ b/src/Tools/dotnet-user-secrets/src/dotnet-user-secrets.csproj
@@ -10,6 +10,7 @@
true
false
+ false
diff --git a/src/Tools/dotnet-watch/src/dotnet-watch.csproj b/src/Tools/dotnet-watch/src/dotnet-watch.csproj
index e50c349324..f77d472c09 100644
--- a/src/Tools/dotnet-watch/src/dotnet-watch.csproj
+++ b/src/Tools/dotnet-watch/src/dotnet-watch.csproj
@@ -9,6 +9,7 @@
true
false
+ false