diff --git a/eng/Dependencies.props b/eng/Dependencies.props
index 0e3a756de797..081db9be887f 100644
--- a/eng/Dependencies.props
+++ b/eng/Dependencies.props
@@ -106,6 +106,7 @@ and are generated based on the last package release.
+
@@ -161,6 +162,7 @@ and are generated based on the last package release.
+
@@ -178,7 +180,6 @@ and are generated based on the last package release.
-
diff --git a/eng/Versions.props b/eng/Versions.props
index 69ebdd622550..95e849a66f98 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -219,6 +219,7 @@
3.7.0-4.20351.7
3.7.0-4.20351.7
3.7.0-4.20351.7
+ 3.3.0-beta2.final
3.0.0
1.0.0-20200708.1
3.19.8
diff --git a/eng/targets/CSharp.Common.targets b/eng/targets/CSharp.Common.targets
index 65d5f3b0fcb1..62b746203550 100644
--- a/eng/targets/CSharp.Common.targets
+++ b/eng/targets/CSharp.Common.targets
@@ -6,6 +6,30 @@
.NETFramework
+
+
+ <_TFMDirectory>$(TargetFramework)
+ <_TFMDirectory Condition=" '$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' ">netcoreapp
+
+
+ $(NoWarn);RS0041
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Mvc/Mvc.Abstractions/src/PublicAPI.Shipped.txt b/src/Mvc/Mvc.Abstractions/src/PublicAPI.Shipped.txt
new file mode 100644
index 000000000000..7dc5c58110bf
--- /dev/null
+++ b/src/Mvc/Mvc.Abstractions/src/PublicAPI.Shipped.txt
@@ -0,0 +1 @@
+#nullable enable
diff --git a/src/Mvc/Mvc.Abstractions/src/PublicAPI.Unshipped.txt b/src/Mvc/Mvc.Abstractions/src/PublicAPI.Unshipped.txt
new file mode 100644
index 000000000000..af5b4f50c8b8
--- /dev/null
+++ b/src/Mvc/Mvc.Abstractions/src/PublicAPI.Unshipped.txt
@@ -0,0 +1,852 @@
+#nullable enable
+Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor
+Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.ActionConstraints.get -> System.Collections.Generic.IList?
+Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.ActionConstraints.set -> void
+Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.ActionDescriptor() -> void
+Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.AttributeRouteInfo.get -> Microsoft.AspNetCore.Mvc.Routing.AttributeRouteInfo?
+Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.AttributeRouteInfo.set -> void
+Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.BoundProperties.get -> System.Collections.Generic.IList!
+Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.BoundProperties.set -> void
+Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.EndpointMetadata.get -> System.Collections.Generic.IList