From 5c4a132d71a8f22efcbe215472c00e9c167ad1bc Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 15 Mar 2017 14:24:15 -0700 Subject: [PATCH] Unify dependency versions to one file and remove workarounds --- .gitignore | 3 ++- build/dependencies.props | 5 ++++- samples/HotAddSample/HotAddSample.csproj | 12 +++++++++--- samples/SelfHostServer/SelfHostServer.csproj | 12 +++++++++--- .../SelfHostServer/runtimeconfig.template.json | 5 ----- .../Microsoft.AspNetCore.Server.HttpSys.csproj | 13 +++++++++---- ...tCore.Server.HttpSys.FunctionalTests.csproj | 18 ++++++++++++++---- ...soft.AspNetCore.Server.HttpSys.Tests.csproj | 14 +++++++++++--- 8 files changed, 58 insertions(+), 24 deletions(-) delete mode 100644 samples/SelfHostServer/runtimeconfig.template.json diff --git a/.gitignore b/.gitignore index c9c2ae767f..e51ec46f9b 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,6 @@ nuget.exe *.sln.ide project.lock.json /.vs +.vscode/ .build/ -.testPublish/ \ No newline at end of file +.testPublish/ diff --git a/build/dependencies.props b/build/dependencies.props index e704edaec0..5a4c06ce33 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -1,6 +1,9 @@ - 1.6.1 + 1.2.0-* 4.3.0 + 1.6.1 + 15.0.0 + 2.2.0 diff --git a/samples/HotAddSample/HotAddSample.csproj b/samples/HotAddSample/HotAddSample.csproj index effb1b67e3..31de9ddc59 100644 --- a/samples/HotAddSample/HotAddSample.csproj +++ b/samples/HotAddSample/HotAddSample.csproj @@ -1,12 +1,18 @@  + + + net451;netcoreapp1.1 - - win7-x64 Exe + - + + + + + diff --git a/samples/SelfHostServer/SelfHostServer.csproj b/samples/SelfHostServer/SelfHostServer.csproj index effb1b67e3..31de9ddc59 100644 --- a/samples/SelfHostServer/SelfHostServer.csproj +++ b/samples/SelfHostServer/SelfHostServer.csproj @@ -1,12 +1,18 @@  + + + net451;netcoreapp1.1 - - win7-x64 Exe + - + + + + + diff --git a/samples/SelfHostServer/runtimeconfig.template.json b/samples/SelfHostServer/runtimeconfig.template.json deleted file mode 100644 index 12467a6df8..0000000000 --- a/samples/SelfHostServer/runtimeconfig.template.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "configProperties": { - "System.GC.Server": true - } -} \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Server.HttpSys/Microsoft.AspNetCore.Server.HttpSys.csproj b/src/Microsoft.AspNetCore.Server.HttpSys/Microsoft.AspNetCore.Server.HttpSys.csproj index 33b9d8e595..e21a352f81 100644 --- a/src/Microsoft.AspNetCore.Server.HttpSys/Microsoft.AspNetCore.Server.HttpSys.csproj +++ b/src/Microsoft.AspNetCore.Server.HttpSys/Microsoft.AspNetCore.Server.HttpSys.csproj @@ -1,5 +1,7 @@  + + ASP.NET Core HTTP server that uses the Windows HTTP Server API. net451;netstandard1.3 @@ -8,14 +10,17 @@ true aspnetcore;weblistener;httpsys + - - - - + + + + + + diff --git a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj index 1ac989e98c..34d602e0a3 100644 --- a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj +++ b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj @@ -1,26 +1,36 @@  + + netcoreapp1.1;net452 netcoreapp1.1 + - - - - + + + + + + + + + + + diff --git a/test/Microsoft.AspNetCore.Server.HttpSys.Tests/Microsoft.AspNetCore.Server.HttpSys.Tests.csproj b/test/Microsoft.AspNetCore.Server.HttpSys.Tests/Microsoft.AspNetCore.Server.HttpSys.Tests.csproj index cc0b1a1396..c681773b02 100644 --- a/test/Microsoft.AspNetCore.Server.HttpSys.Tests/Microsoft.AspNetCore.Server.HttpSys.Tests.csproj +++ b/test/Microsoft.AspNetCore.Server.HttpSys.Tests/Microsoft.AspNetCore.Server.HttpSys.Tests.csproj @@ -1,16 +1,24 @@  + + netcoreapp1.1;net452 netcoreapp1.1 + - - - + + + + + + + +