diff --git a/.gitignore b/.gitignore
index b9545fe69a..0e10f4aa54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ nuget.exe
.build/
autobahnreports/
.vscode/
+global.json
diff --git a/build/dependencies.props b/build/dependencies.props
index ecbe769d13..59dbe299f5 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -5,6 +5,7 @@
1.0.0-*
4.3.0
1.6.1
+ 2.0.0-*
15.0.0
2.2.0
diff --git a/samples/EchoApp/EchoApp.csproj b/samples/EchoApp/EchoApp.csproj
index 0424007902..0aac572423 100644
--- a/samples/EchoApp/EchoApp.csproj
+++ b/samples/EchoApp/EchoApp.csproj
@@ -3,7 +3,7 @@
- netcoreapp1.1
+ netcoreapp2.0
diff --git a/src/Microsoft.AspNetCore.WebSockets/Internal/fx/CompatHelpers.cs b/src/Microsoft.AspNetCore.WebSockets/Internal/fx/CompatHelpers.cs
index 53dc09608f..420f3e7503 100644
--- a/src/Microsoft.AspNetCore.WebSockets/Internal/fx/CompatHelpers.cs
+++ b/src/Microsoft.AspNetCore.WebSockets/Internal/fx/CompatHelpers.cs
@@ -16,31 +16,17 @@ namespace System.Net.WebSockets
public static Task FromException(Exception ex)
{
-#if NET451
- return FromException