diff --git a/build/common.props b/build/common.props
index 9574eadb58..f6342cb9d3 100644
--- a/build/common.props
+++ b/build/common.props
@@ -1,4 +1,5 @@
+
@@ -8,8 +9,6 @@
$(MSBuildThisFileDirectory)Key.snk
true
true
- 1.2.0-*
- 1.6.2-*
$(VersionSuffix)-$(BuildNumber)
@@ -21,4 +20,4 @@
-
\ No newline at end of file
+
diff --git a/build/dependencies.props b/build/dependencies.props
new file mode 100644
index 0000000000..9aa824128d
--- /dev/null
+++ b/build/dependencies.props
@@ -0,0 +1,7 @@
+
+
+ 1.6.1
+ 4.3.0
+ 1.9.1
+
+
diff --git a/makefile.shade b/makefile.shade
deleted file mode 100644
index 58a82b5a00..0000000000
--- a/makefile.shade
+++ /dev/null
@@ -1,10 +0,0 @@
-var VERSION='0.1'
-var FULL_VERSION='0.1'
-var AUTHORS='Microsoft'
-
-use-standard-lifecycle
-k-standard-goals
-custom-goals
-
-#initialize
- dotnet command='run -f netcoreapp1.1 -p tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode.csproj src/Microsoft.AspNetCore.Server.Kestrel/Internal/Http/FrameHeaders.Generated.cs src/Microsoft.AspNetCore.Server.Kestrel/Internal/Http/Frame.Generated.cs'
\ No newline at end of file
diff --git a/samples/LargeResponseApp/LargeResponseApp.csproj b/samples/LargeResponseApp/LargeResponseApp.csproj
index 0149ac0ba2..45de356f95 100644
--- a/samples/LargeResponseApp/LargeResponseApp.csproj
+++ b/samples/LargeResponseApp/LargeResponseApp.csproj
@@ -1,4 +1,4 @@
-
+
@@ -13,4 +13,4 @@
-
\ No newline at end of file
+
diff --git a/samples/SampleApp/SampleApp.csproj b/samples/SampleApp/SampleApp.csproj
index e3feb7221a..19792a43e2 100644
--- a/samples/SampleApp/SampleApp.csproj
+++ b/samples/SampleApp/SampleApp.csproj
@@ -1,4 +1,4 @@
-
+
diff --git a/src/Microsoft.AspNetCore.Server.Kestrel.Https/Microsoft.AspNetCore.Server.Kestrel.Https.csproj b/src/Microsoft.AspNetCore.Server.Kestrel.Https/Microsoft.AspNetCore.Server.Kestrel.Https.csproj
index 95e5a0110d..7765f0e77a 100644
--- a/src/Microsoft.AspNetCore.Server.Kestrel.Https/Microsoft.AspNetCore.Server.Kestrel.Https.csproj
+++ b/src/Microsoft.AspNetCore.Server.Kestrel.Https/Microsoft.AspNetCore.Server.Kestrel.Https.csproj
@@ -1,4 +1,4 @@
-
+
@@ -16,7 +16,7 @@
-
+
diff --git a/src/Microsoft.AspNetCore.Server.Kestrel/Microsoft.AspNetCore.Server.Kestrel.csproj b/src/Microsoft.AspNetCore.Server.Kestrel/Microsoft.AspNetCore.Server.Kestrel.csproj
index bca637d906..02214cbaf6 100644
--- a/src/Microsoft.AspNetCore.Server.Kestrel/Microsoft.AspNetCore.Server.Kestrel.csproj
+++ b/src/Microsoft.AspNetCore.Server.Kestrel/Microsoft.AspNetCore.Server.Kestrel.csproj
@@ -1,4 +1,4 @@
-
+
@@ -12,18 +12,18 @@
-
+
-
-
+
+
-
-
-
+
+
+
diff --git a/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj b/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj
index eb262112bc..fa3f75fdba 100644
--- a/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj
+++ b/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj
@@ -1,4 +1,4 @@
-
+
@@ -32,7 +32,7 @@
-
+
@@ -45,4 +45,4 @@
-
\ No newline at end of file
+
diff --git a/test/Microsoft.AspNetCore.Server.Kestrel.Performance/Microsoft.AspNetCore.Server.Kestrel.Performance.csproj b/test/Microsoft.AspNetCore.Server.Kestrel.Performance/Microsoft.AspNetCore.Server.Kestrel.Performance.csproj
index 6f479fdb7a..f234b8fb10 100644
--- a/test/Microsoft.AspNetCore.Server.Kestrel.Performance/Microsoft.AspNetCore.Server.Kestrel.Performance.csproj
+++ b/test/Microsoft.AspNetCore.Server.Kestrel.Performance/Microsoft.AspNetCore.Server.Kestrel.Performance.csproj
@@ -1,4 +1,4 @@
-
+
diff --git a/test/Microsoft.AspNetCore.Server.KestrelTests/Microsoft.AspNetCore.Server.KestrelTests.csproj b/test/Microsoft.AspNetCore.Server.KestrelTests/Microsoft.AspNetCore.Server.KestrelTests.csproj
index 4ee43ea35b..7af504a271 100644
--- a/test/Microsoft.AspNetCore.Server.KestrelTests/Microsoft.AspNetCore.Server.KestrelTests.csproj
+++ b/test/Microsoft.AspNetCore.Server.KestrelTests/Microsoft.AspNetCore.Server.KestrelTests.csproj
@@ -1,4 +1,4 @@
-
+
@@ -29,4 +29,4 @@
-
\ No newline at end of file
+
diff --git a/tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode.csproj b/tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode.csproj
index 13963dcd68..dafd54104a 100644
--- a/tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode.csproj
+++ b/tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode.csproj
@@ -1,4 +1,4 @@
-
+