diff --git a/build/repo.targets b/build/repo.targets
new file mode 100644
index 0000000000..ba1cb89555
--- /dev/null
+++ b/build/repo.targets
@@ -0,0 +1,9 @@
+
+
+ $(ArtifactsDir)autobahnreports\
+
+
+
+
+
+
\ No newline at end of file
diff --git a/makefile.shade b/makefile.shade
deleted file mode 100644
index ecfd6668cc..0000000000
--- a/makefile.shade
+++ /dev/null
@@ -1,15 +0,0 @@
-use namespace="System.IO"
-
-var VERSION='0.1'
-var FULL_VERSION='0.1'
-var AUTHORS='Microsoft'
-
-use-standard-lifecycle
-k-standard-goals
-
-var AUTOBAHN_REPORTS_DIR='${Path.Combine(Directory.GetCurrentDirectory(), "artifacts", "autobahnreports")}'
-
-#set-autobahn-report-dir target='initialize'
- @{
- E("AUTOBAHN_SUITES_REPORT_DIR", AUTOBAHN_REPORTS_DIR);
- }
diff --git a/test/AutobahnTestApp/AutobahnTestApp.csproj b/test/AutobahnTestApp/AutobahnTestApp.csproj
index 123ce068e5..869b258cd5 100644
--- a/test/AutobahnTestApp/AutobahnTestApp.csproj
+++ b/test/AutobahnTestApp/AutobahnTestApp.csproj
@@ -1,16 +1,20 @@
+
+
netcoreapp1.1
Exe
+
-
+
+
@@ -21,4 +25,5 @@
+
\ No newline at end of file
diff --git a/test/Microsoft.AspNetCore.WebSockets.Test/Microsoft.AspNetCore.WebSockets.Test.csproj b/test/Microsoft.AspNetCore.WebSockets.Test/Microsoft.AspNetCore.WebSockets.Test.csproj
index 1ae595028c..ee981e14c3 100644
--- a/test/Microsoft.AspNetCore.WebSockets.Test/Microsoft.AspNetCore.WebSockets.Test.csproj
+++ b/test/Microsoft.AspNetCore.WebSockets.Test/Microsoft.AspNetCore.WebSockets.Test.csproj
@@ -3,7 +3,8 @@
- net451;netcoreapp1.1
+ net452;netcoreapp1.1
+ netcoreapp1.1
win7-x64