diff --git a/build/SharedFrameworkOnly.props b/build/SharedFrameworkOnly.props
index 3b7a2644a8..bd1b008c07 100644
--- a/build/SharedFrameworkOnly.props
+++ b/build/SharedFrameworkOnly.props
@@ -20,8 +20,6 @@
-
-
diff --git a/build/dependencies.folderbuilds.props b/build/dependencies.folderbuilds.props
index f71208b5d8..c78075674f 100644
--- a/build/dependencies.folderbuilds.props
+++ b/build/dependencies.folderbuilds.props
@@ -1,27 +1,27 @@
- 3.0.0-build-20181114.5
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 0.7.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
- 3.0.0-alpha1-10773
+ 3.0.0-build-20181120.4
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 0.3.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
+ 3.0.0-preview-18571-0010
diff --git a/build/repo.props b/build/repo.props
index e702f11eba..fa9b0fc87b 100644
--- a/build/repo.props
+++ b/build/repo.props
@@ -25,6 +25,7 @@
+
diff --git a/eng/Dependencies.props b/eng/Dependencies.props
index 6005d9f3f7..40b2d3b8c4 100644
--- a/eng/Dependencies.props
+++ b/eng/Dependencies.props
@@ -32,6 +32,8 @@
+
+
diff --git a/eng/dependencies.temp.props b/eng/dependencies.temp.props
index ed709e590f..fa03a64a8f 100644
--- a/eng/dependencies.temp.props
+++ b/eng/dependencies.temp.props
@@ -4,6 +4,7 @@ This is required to provide dependencies for samples and tests.
-->
-
+
+
diff --git a/src/Hosting/Server.IntegrationTesting/src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj b/src/Hosting/Server.IntegrationTesting/src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj
index 50970c8d86..3ec8d4a448 100644
--- a/src/Hosting/Server.IntegrationTesting/src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj
+++ b/src/Hosting/Server.IntegrationTesting/src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj
@@ -13,7 +13,6 @@
false
true
true
- false
diff --git a/src/Middleware/Diagnostics.Abstractions/src/Microsoft.AspNetCore.Diagnostics.Abstractions.csproj b/src/Middleware/Diagnostics.Abstractions/src/Microsoft.AspNetCore.Diagnostics.Abstractions.csproj
index ee9c1f7b85..361dfe0452 100644
--- a/src/Middleware/Diagnostics.Abstractions/src/Microsoft.AspNetCore.Diagnostics.Abstractions.csproj
+++ b/src/Middleware/Diagnostics.Abstractions/src/Microsoft.AspNetCore.Diagnostics.Abstractions.csproj
@@ -2,7 +2,7 @@
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
- netstandard2.0
+ netcoreapp3.0
$(NoWarn);CS1591
true
aspnetcore;diagnostics
diff --git a/src/Middleware/Diagnostics.EntityFrameworkCore/src/Internal/DiagnosticsEntityFrameworkCoreLoggerExtensions.cs b/src/Middleware/Diagnostics.EntityFrameworkCore/src/Internal/DiagnosticsEntityFrameworkCoreLoggerExtensions.cs
index e7749f488a..d7696a5bab 100644
--- a/src/Middleware/Diagnostics.EntityFrameworkCore/src/Internal/DiagnosticsEntityFrameworkCoreLoggerExtensions.cs
+++ b/src/Middleware/Diagnostics.EntityFrameworkCore/src/Internal/DiagnosticsEntityFrameworkCoreLoggerExtensions.cs
@@ -12,7 +12,7 @@ namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Internal
private static readonly Action _noContextType = LoggerMessage.Define(
LogLevel.Error,
new EventId(1, "NoContextType"),
- "No context type was specified. Ensure the form data from the request includes a contextTypeName value, specifying the context to apply migrations for.");
+ "No context type was specified. Ensure the form data from the request includes a 'context' value, specifying the context type name to apply migrations for.");
private static readonly Action _invalidContextType = LoggerMessage.Define(
LogLevel.Error,
diff --git a/src/Middleware/Diagnostics.EntityFrameworkCore/src/Properties/Strings.Designer.cs b/src/Middleware/Diagnostics.EntityFrameworkCore/src/Properties/Strings.Designer.cs
index 3266d2f144..c27dad8871 100644
--- a/src/Middleware/Diagnostics.EntityFrameworkCore/src/Properties/Strings.Designer.cs
+++ b/src/Middleware/Diagnostics.EntityFrameworkCore/src/Properties/Strings.Designer.cs
@@ -277,7 +277,7 @@ namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
=> string.Format(CultureInfo.CurrentCulture, GetString("MigrationsEndPointMiddleware_InvalidContextType"), p0);
///
- /// No context type was specified. Ensure the form data from the request includes a contextTypeName value, specifying the context to apply migrations for.
+ /// No context type was specified. Ensure the form data from the request includes a 'context' value, specifying the context type name to apply migrations for.
///
internal static string MigrationsEndPointMiddleware_NoContextType
{
diff --git a/src/Middleware/Diagnostics.EntityFrameworkCore/src/Strings.resx b/src/Middleware/Diagnostics.EntityFrameworkCore/src/Strings.resx
index 3f987c8716..0c6bad1477 100644
--- a/src/Middleware/Diagnostics.EntityFrameworkCore/src/Strings.resx
+++ b/src/Middleware/Diagnostics.EntityFrameworkCore/src/Strings.resx
@@ -175,7 +175,7 @@
The context type '{0}' could not be loaded. Ensure this is the correct type name for the context you are trying to apply migrations for.
- No context type was specified. Ensure the form data from the request includes a contextTypeName value, specifying the context to apply migrations for.
+ No context type was specified. Ensure the form data from the request includes a 'context' value, specifying the context type name to apply migrations for.
A database operation failed while processing the request.
diff --git a/src/Middleware/Diagnostics/src/Microsoft.AspNetCore.Diagnostics.csproj b/src/Middleware/Diagnostics/src/Microsoft.AspNetCore.Diagnostics.csproj
index a5ae405dcd..3031479443 100644
--- a/src/Middleware/Diagnostics/src/Microsoft.AspNetCore.Diagnostics.csproj
+++ b/src/Middleware/Diagnostics/src/Microsoft.AspNetCore.Diagnostics.csproj
@@ -2,7 +2,7 @@
ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware
- netstandard2.0
+ netcoreapp3.0
$(NoWarn);CS1591
true
aspnetcore;diagnostics
diff --git a/src/Middleware/Diagnostics/test/testassets/ClassLibraryWithPortablePdbs/ClassLibraryWithPortablePdbs.csproj b/src/Middleware/Diagnostics/test/testassets/ClassLibraryWithPortablePdbs/ClassLibraryWithPortablePdbs.csproj
index af5457b63c..4562a82bec 100644
--- a/src/Middleware/Diagnostics/test/testassets/ClassLibraryWithPortablePdbs/ClassLibraryWithPortablePdbs.csproj
+++ b/src/Middleware/Diagnostics/test/testassets/ClassLibraryWithPortablePdbs/ClassLibraryWithPortablePdbs.csproj
@@ -1,7 +1,7 @@
- netstandard2.0
+ netcoreapp3.0
portable
diff --git a/src/Middleware/Diagnostics/test/testassets/DatabaseErrorPageSample/DatabaseErrorPageSample.csproj b/src/Middleware/Diagnostics/test/testassets/DatabaseErrorPageSample/DatabaseErrorPageSample.csproj
index cdd38cc36e..84734a124c 100644
--- a/src/Middleware/Diagnostics/test/testassets/DatabaseErrorPageSample/DatabaseErrorPageSample.csproj
+++ b/src/Middleware/Diagnostics/test/testassets/DatabaseErrorPageSample/DatabaseErrorPageSample.csproj
@@ -1,7 +1,7 @@
- net461;netcoreapp2.2
+ netcoreapp3.0
diff --git a/src/Middleware/Diagnostics/test/testassets/DeveloperExceptionPageSample/DeveloperExceptionPageSample.csproj b/src/Middleware/Diagnostics/test/testassets/DeveloperExceptionPageSample/DeveloperExceptionPageSample.csproj
index 2c4812c068..3c714fe27c 100644
--- a/src/Middleware/Diagnostics/test/testassets/DeveloperExceptionPageSample/DeveloperExceptionPageSample.csproj
+++ b/src/Middleware/Diagnostics/test/testassets/DeveloperExceptionPageSample/DeveloperExceptionPageSample.csproj
@@ -1,7 +1,7 @@
- net461;netcoreapp2.2
+ netcoreapp3.0
diff --git a/src/Middleware/Diagnostics/test/testassets/ExceptionHandlerSample/ExceptionHandlerSample.csproj b/src/Middleware/Diagnostics/test/testassets/ExceptionHandlerSample/ExceptionHandlerSample.csproj
index 56d768b5f9..bcbefe0fda 100644
--- a/src/Middleware/Diagnostics/test/testassets/ExceptionHandlerSample/ExceptionHandlerSample.csproj
+++ b/src/Middleware/Diagnostics/test/testassets/ExceptionHandlerSample/ExceptionHandlerSample.csproj
@@ -1,7 +1,7 @@
- net461;netcoreapp2.2
+ netcoreapp3.0
diff --git a/src/Middleware/Diagnostics/test/testassets/StatusCodePagesSample/StatusCodePagesSample.csproj b/src/Middleware/Diagnostics/test/testassets/StatusCodePagesSample/StatusCodePagesSample.csproj
index 84841ec052..7f287786c3 100644
--- a/src/Middleware/Diagnostics/test/testassets/StatusCodePagesSample/StatusCodePagesSample.csproj
+++ b/src/Middleware/Diagnostics/test/testassets/StatusCodePagesSample/StatusCodePagesSample.csproj
@@ -1,7 +1,7 @@
- net461;netcoreapp2.2
+ netcoreapp3.0
diff --git a/src/Middleware/Diagnostics/test/testassets/WelcomePageSample/WelcomePageSample.csproj b/src/Middleware/Diagnostics/test/testassets/WelcomePageSample/WelcomePageSample.csproj
index 84841ec052..7f287786c3 100644
--- a/src/Middleware/Diagnostics/test/testassets/WelcomePageSample/WelcomePageSample.csproj
+++ b/src/Middleware/Diagnostics/test/testassets/WelcomePageSample/WelcomePageSample.csproj
@@ -1,7 +1,7 @@
- net461;netcoreapp2.2
+ netcoreapp3.0
diff --git a/src/Middleware/HealthChecks.EntityFrameworkCore/test/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.Tests.csproj b/src/Middleware/HealthChecks.EntityFrameworkCore/test/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.Tests.csproj
index 0523f91842..0580241f3d 100644
--- a/src/Middleware/HealthChecks.EntityFrameworkCore/test/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.Tests.csproj
+++ b/src/Middleware/HealthChecks.EntityFrameworkCore/test/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.Tests.csproj
@@ -1,7 +1,7 @@
- $(StandardTestTfms)
+ netcoreapp3.0;net461
Microsoft.AspNetCore.Diagnostics.HealthChecks
diff --git a/src/Middleware/HealthChecks/src/Microsoft.AspNetCore.Diagnostics.HealthChecks.csproj b/src/Middleware/HealthChecks/src/Microsoft.AspNetCore.Diagnostics.HealthChecks.csproj
index 6eecefa7dd..7a5a16a4db 100644
--- a/src/Middleware/HealthChecks/src/Microsoft.AspNetCore.Diagnostics.HealthChecks.csproj
+++ b/src/Middleware/HealthChecks/src/Microsoft.AspNetCore.Diagnostics.HealthChecks.csproj
@@ -2,14 +2,14 @@
ASP.NET Core middleware for returning the results of Health Checks in the application
- netstandard2.0
+ netcoreapp3.0
$(NoWarn);CS1591
true
diagnostics;healthchecks
ASP.NET Core middleware for returning the results of Health Checks in the application
- netstandard2.0
+ netcoreapp3.0
$(NoWarn);CS1591
true
diagnostics;healthchecks
diff --git a/src/Middleware/HealthChecks/test/testassets/HealthChecksSample/HealthChecksSample.csproj b/src/Middleware/HealthChecks/test/testassets/HealthChecksSample/HealthChecksSample.csproj
index 6a8939c3e5..cc1807270c 100644
--- a/src/Middleware/HealthChecks/test/testassets/HealthChecksSample/HealthChecksSample.csproj
+++ b/src/Middleware/HealthChecks/test/testassets/HealthChecksSample/HealthChecksSample.csproj
@@ -1,9 +1,7 @@
-
- netcoreapp2.2;net461
- netcoreapp2.2
+ netcoreapp3.0
diff --git a/src/Middleware/MiddlewareAnalysis/samples/MiddlewareAnalysisSample/MiddlewareAnalysisSample.csproj b/src/Middleware/MiddlewareAnalysis/samples/MiddlewareAnalysisSample/MiddlewareAnalysisSample.csproj
index 18875ae57d..9a9b2b4bff 100644
--- a/src/Middleware/MiddlewareAnalysis/samples/MiddlewareAnalysisSample/MiddlewareAnalysisSample.csproj
+++ b/src/Middleware/MiddlewareAnalysis/samples/MiddlewareAnalysisSample/MiddlewareAnalysisSample.csproj
@@ -1,7 +1,7 @@
- net461;netcoreapp2.2
+ netcoreapp3.0
diff --git a/src/Middleware/MiddlewareAnalysis/src/Microsoft.AspNetCore.MiddlewareAnalysis.csproj b/src/Middleware/MiddlewareAnalysis/src/Microsoft.AspNetCore.MiddlewareAnalysis.csproj
index 5f6ec94f46..c5bec0395a 100644
--- a/src/Middleware/MiddlewareAnalysis/src/Microsoft.AspNetCore.MiddlewareAnalysis.csproj
+++ b/src/Middleware/MiddlewareAnalysis/src/Microsoft.AspNetCore.MiddlewareAnalysis.csproj
@@ -2,7 +2,7 @@
ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.
- netstandard2.0
+ netcoreapp3.0
$(NoWarn);CS1591
true
aspnetcore;diagnostics