diff --git a/Directory.Build.targets b/Directory.Build.targets
index 1f3d7b62be..7e3f8df92e 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -1,6 +1,6 @@
- $(MicrosoftNETCoreApp30PackageVersion)
+ $(MicrosoftNETCoreAppPackageVersion)
$(NETStandardLibrary20PackageVersion)
diff --git a/build/dependencies.props b/build/dependencies.props
index 926fa2f004..777db42244 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -3,22 +3,22 @@
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
- 3.0.0-alpha1-20181105.4
- 3.0.0-alpha1-10706
- 3.0.0-alpha1-10706
- 3.0.0-alpha1-10706
- 3.0.0-alpha1-10706
- 3.0.0-alpha1-10706
- 3.0.0-alpha1-10706
- 3.0.0-alpha1-10706
- 3.0.0-alpha1-10706
- 3.0.0-alpha1-10706
- 3.0.0-alpha1-10706
- 3.0.0-alpha1-10706
- 3.0.0-alpha1-10706
- 3.0.0-alpha1-10706
- 3.0.0-alpha1-10706
- 3.0.0-preview1-26907-05
+ 3.0.0-build-20181116.1
+ 3.0.0-alpha1-10742
+ 3.0.0-alpha1-10742
+ 3.0.0-alpha1-10742
+ 3.0.0-alpha1-10742
+ 3.0.0-alpha1-10742
+ 3.0.0-preview-181113-11
+ 3.0.0-preview-181113-11
+ 3.0.0-preview-181113-11
+ 3.0.0-preview-181113-11
+ 3.0.0-preview-181113-11
+ 3.0.0-preview-181113-11
+ 3.0.0-preview-181113-11
+ 3.0.0-preview-181113-11
+ 3.0.0-preview-181113-11
+ 3.0.0-preview1-26907-05
15.6.1
2.0.3
2.3.1
diff --git a/korebuild-lock.txt b/korebuild-lock.txt
index 649e205673..c9da94b6c9 100644
--- a/korebuild-lock.txt
+++ b/korebuild-lock.txt
@@ -1,2 +1,2 @@
-version:3.0.0-alpha1-20181105.4
-commithash:de32928719981f10bc9ef49b5dbc1c239f134b28
+version:3.0.0-build-20181116.1
+commithash:9be7d79a8f7e0668f66e584aca1e962f45975511
diff --git a/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.csproj b/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.csproj
index 3da00b9032..38f676a8d8 100644
--- a/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.csproj
+++ b/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.csproj
@@ -2,7 +2,7 @@
ASP.NET Core session state middleware.
- netstandard2.0
+ netcoreapp3.0
$(NoWarn);CS1591
true
true
diff --git a/test/Directory.Build.props b/test/Directory.Build.props
index 1164d31535..4b89a431e7 100644
--- a/test/Directory.Build.props
+++ b/test/Directory.Build.props
@@ -1,13 +1,6 @@
-
- netcoreapp3.0
- $(DeveloperBuildTestTfms)
-
- $(StandardTestTfms);net461
-
-
diff --git a/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.csproj b/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.csproj
index 9dc11b9d2f..2b2ee05119 100644
--- a/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.csproj
+++ b/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.csproj
@@ -1,9 +1,7 @@
- $(StandardTestTfms)
- true
- true
+ netcoreapp3.0