diff --git a/build/common.props b/build/common.props
index f5af49745b..146f2f99f6 100644
--- a/build/common.props
+++ b/build/common.props
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/build/dependencies.props b/build/dependencies.props
index 2a28acf6a6..858f8e55f4 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -2,7 +2,7 @@
2.0.0-*
2.1.0-*
- $(BundledNETStandardPackageVersion)
+ 2.0.0-*
15.3.0-*
2.3.0-beta2-*
diff --git a/samples/SessionSample/SessionSample.csproj b/samples/SessionSample/SessionSample.csproj
index 2bd2df7c05..57ec5afbb4 100644
--- a/samples/SessionSample/SessionSample.csproj
+++ b/samples/SessionSample/SessionSample.csproj
@@ -3,7 +3,7 @@
- netcoreapp2.0
+ netcoreapp2.0;net461
@@ -19,4 +19,8 @@
+
+
+
+
diff --git a/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.csproj b/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.csproj
index 4b877ca491..1f86c5d1d8 100644
--- a/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.csproj
+++ b/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.csproj
@@ -4,7 +4,7 @@
ASP.NET Core session state middleware.
- netcoreapp2.0
+ netstandard2.0
$(NoWarn);CS1591
true
true
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 626533e4da..026ee2707d 100644
--- a/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.csproj
+++ b/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.csproj
@@ -3,7 +3,8 @@
- netcoreapp2.0
+ netcoreapp2.0;net461
+ netcoreapp2.0
true
true