From d84de39721eeae28a5e8a1a293609ec2e54e7947 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 13 Feb 2017 14:25:20 -0800 Subject: [PATCH] Replace makefile.shade and update test TFM to net452 --- build/repo.targets | 9 +++++++++ makefile.shade | 15 --------------- test/AutobahnTestApp/AutobahnTestApp.csproj | 7 ++++++- .../Microsoft.AspNetCore.WebSockets.Test.csproj | 3 ++- 4 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 build/repo.targets delete mode 100644 makefile.shade 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