From 4abe714f2b29a47ca368e80dfa97e52db5db6721 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 15 Mar 2017 19:29:21 -0700 Subject: [PATCH] Consolidate dependency versions into one file and remove workarounds --- .gitignore | 4 +--- build/dependencies.props | 7 ++++++- samples/EchoApp/EchoApp.csproj | 14 ++++++------- samples/EchoApp/runtimeconfig.template.json | 5 ----- samples/EchoApp/web.config | 14 ------------- .../Microsoft.AspNetCore.WebSockets.csproj | 4 ++-- test/AutobahnTestApp/AutobahnTestApp.csproj | 21 +++++++++---------- .../runtimeconfig.template.json | 5 ----- test/AutobahnTestApp/web.config | 14 ------------- ...pNetCore.WebSockets.ConformanceTest.csproj | 16 +++++++------- ...icrosoft.AspNetCore.WebSockets.Test.csproj | 13 ++++++------ 11 files changed, 40 insertions(+), 77 deletions(-) delete mode 100644 samples/EchoApp/runtimeconfig.template.json delete mode 100644 samples/EchoApp/web.config delete mode 100644 test/AutobahnTestApp/runtimeconfig.template.json delete mode 100644 test/AutobahnTestApp/web.config diff --git a/.gitignore b/.gitignore index 3d89b9fce4..b9545fe69a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,10 +23,8 @@ nuget.exe *.*sdf *.ipch *.sln.ide -project.lock.json /.vs/ .testPublish/ .build/ autobahnreports/ -*.nuget.props -*.nuget.targets \ No newline at end of file +.vscode/ diff --git a/build/dependencies.props b/build/dependencies.props index e704edaec0..ecbe769d13 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -1,6 +1,11 @@ - 1.6.1 + 1.2.0-* + 0.3.0-* + 1.0.0-* 4.3.0 + 1.6.1 + 15.0.0 + 2.2.0 diff --git a/samples/EchoApp/EchoApp.csproj b/samples/EchoApp/EchoApp.csproj index d28ce5eabb..0424007902 100644 --- a/samples/EchoApp/EchoApp.csproj +++ b/samples/EchoApp/EchoApp.csproj @@ -1,9 +1,9 @@ + + netcoreapp1.1 - true - Exe @@ -11,11 +11,11 @@ - - - - - + + + + + diff --git a/samples/EchoApp/runtimeconfig.template.json b/samples/EchoApp/runtimeconfig.template.json deleted file mode 100644 index 7305508a37..0000000000 --- a/samples/EchoApp/runtimeconfig.template.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "configProperties": { - "System.GC.Server": true - } -} \ No newline at end of file diff --git a/samples/EchoApp/web.config b/samples/EchoApp/web.config deleted file mode 100644 index dc0514fca5..0000000000 --- a/samples/EchoApp/web.config +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - diff --git a/src/Microsoft.AspNetCore.WebSockets/Microsoft.AspNetCore.WebSockets.csproj b/src/Microsoft.AspNetCore.WebSockets/Microsoft.AspNetCore.WebSockets.csproj index 40923e0978..953fb4d119 100644 --- a/src/Microsoft.AspNetCore.WebSockets/Microsoft.AspNetCore.WebSockets.csproj +++ b/src/Microsoft.AspNetCore.WebSockets/Microsoft.AspNetCore.WebSockets.csproj @@ -12,8 +12,8 @@ - - + + diff --git a/test/AutobahnTestApp/AutobahnTestApp.csproj b/test/AutobahnTestApp/AutobahnTestApp.csproj index 869b258cd5..56d7f09dcd 100644 --- a/test/AutobahnTestApp/AutobahnTestApp.csproj +++ b/test/AutobahnTestApp/AutobahnTestApp.csproj @@ -1,10 +1,9 @@  - + netcoreapp1.1 - Exe @@ -16,14 +15,14 @@ - - - - - - - - + + + + + + + + - \ No newline at end of file + diff --git a/test/AutobahnTestApp/runtimeconfig.template.json b/test/AutobahnTestApp/runtimeconfig.template.json deleted file mode 100644 index 7305508a37..0000000000 --- a/test/AutobahnTestApp/runtimeconfig.template.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "configProperties": { - "System.GC.Server": true - } -} \ No newline at end of file diff --git a/test/AutobahnTestApp/web.config b/test/AutobahnTestApp/web.config deleted file mode 100644 index dc0514fca5..0000000000 --- a/test/AutobahnTestApp/web.config +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - diff --git a/test/Microsoft.AspNetCore.WebSockets.ConformanceTest/Microsoft.AspNetCore.WebSockets.ConformanceTest.csproj b/test/Microsoft.AspNetCore.WebSockets.ConformanceTest/Microsoft.AspNetCore.WebSockets.ConformanceTest.csproj index bf1315293c..58708a55fa 100644 --- a/test/Microsoft.AspNetCore.WebSockets.ConformanceTest/Microsoft.AspNetCore.WebSockets.ConformanceTest.csproj +++ b/test/Microsoft.AspNetCore.WebSockets.ConformanceTest/Microsoft.AspNetCore.WebSockets.ConformanceTest.csproj @@ -7,15 +7,15 @@ - - - - - - + + + + + + - - + + 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 b1163a5c30..72c7be4d12 100644 --- a/test/Microsoft.AspNetCore.WebSockets.Test/Microsoft.AspNetCore.WebSockets.Test.csproj +++ b/test/Microsoft.AspNetCore.WebSockets.Test/Microsoft.AspNetCore.WebSockets.Test.csproj @@ -5,8 +5,7 @@ net452;netcoreapp1.1 netcoreapp1.1 - - win7-x64 + x64 @@ -14,11 +13,11 @@ - - - - - + + + + +