From c9f29f2a384608ba91137072925cf740d667e95a Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Tue, 14 Feb 2017 15:51:28 -0800 Subject: [PATCH] Fix loading issues --- .../System.IO.Pipelines.Tests/System.IO.Pipelines.Tests.csproj | 2 +- tests/System.Net.Libuv.Tests/System.Net.Libuv.Tests.csproj | 2 +- .../System.Numerics.Matrices.Tests.csproj | 2 +- .../System.Reflection.Metadata.Cil.Tests.csproj | 2 +- tests/System.Slices.Tests/System.Slices.Tests.csproj | 2 +- .../System.Text.Encodings.Web.Utf8.Tests.csproj | 2 +- .../System.Text.Formatting.Globalization.Tests.csproj | 2 +- .../System.Text.Formatting.Tests.csproj | 2 +- tests/System.Text.Http.Tests/System.Text.Http.Tests.csproj | 2 +- .../System.Text.Json.Tests.Dynamic.csproj | 2 +- tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj | 2 +- .../System.Text.Primitives.Performance.Tests.csproj | 2 +- .../System.Text.Primitives.Tests.csproj | 2 +- .../System.Threading.Tasks.Channels.Tests.csproj | 2 +- tests/System.Time.Tests/System.Time.Tests.csproj | 2 +- tools/common.props | 1 + 16 files changed, 16 insertions(+), 15 deletions(-) diff --git a/tests/System.IO.Pipelines.Tests/System.IO.Pipelines.Tests.csproj b/tests/System.IO.Pipelines.Tests/System.IO.Pipelines.Tests.csproj index d1939dd6786..bb8fd79b73c 100644 --- a/tests/System.IO.Pipelines.Tests/System.IO.Pipelines.Tests.csproj +++ b/tests/System.IO.Pipelines.Tests/System.IO.Pipelines.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 True ../../tools/test_key.snk true diff --git a/tests/System.Net.Libuv.Tests/System.Net.Libuv.Tests.csproj b/tests/System.Net.Libuv.Tests/System.Net.Libuv.Tests.csproj index 20f2ea90098..256bae24692 100644 --- a/tests/System.Net.Libuv.Tests/System.Net.Libuv.Tests.csproj +++ b/tests/System.Net.Libuv.Tests/System.Net.Libuv.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 False ../../tools/test_key.snk true diff --git a/tests/System.Numerics.Matrices.Tests/System.Numerics.Matrices.Tests.csproj b/tests/System.Numerics.Matrices.Tests/System.Numerics.Matrices.Tests.csproj index 48981e7b379..106555b9785 100644 --- a/tests/System.Numerics.Matrices.Tests/System.Numerics.Matrices.Tests.csproj +++ b/tests/System.Numerics.Matrices.Tests/System.Numerics.Matrices.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 False ../../tools/test_key.snk true diff --git a/tests/System.Reflection.Metadata.Cil.Tests/System.Reflection.Metadata.Cil.Tests.csproj b/tests/System.Reflection.Metadata.Cil.Tests/System.Reflection.Metadata.Cil.Tests.csproj index fe751249ff1..3f81e1b6111 100644 --- a/tests/System.Reflection.Metadata.Cil.Tests/System.Reflection.Metadata.Cil.Tests.csproj +++ b/tests/System.Reflection.Metadata.Cil.Tests/System.Reflection.Metadata.Cil.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 False ../../tools/test_key.snk true diff --git a/tests/System.Slices.Tests/System.Slices.Tests.csproj b/tests/System.Slices.Tests/System.Slices.Tests.csproj index 858f25fdf5e..e521f070702 100644 --- a/tests/System.Slices.Tests/System.Slices.Tests.csproj +++ b/tests/System.Slices.Tests/System.Slices.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 True ../../tools/test_key.snk true diff --git a/tests/System.Text.Encodings.Web.Utf8.Tests/System.Text.Encodings.Web.Utf8.Tests.csproj b/tests/System.Text.Encodings.Web.Utf8.Tests/System.Text.Encodings.Web.Utf8.Tests.csproj index bb8b33ceb79..de83f898c46 100644 --- a/tests/System.Text.Encodings.Web.Utf8.Tests/System.Text.Encodings.Web.Utf8.Tests.csproj +++ b/tests/System.Text.Encodings.Web.Utf8.Tests/System.Text.Encodings.Web.Utf8.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 False ../../tools/test_key.snk true diff --git a/tests/System.Text.Formatting.Globalization.Tests/System.Text.Formatting.Globalization.Tests.csproj b/tests/System.Text.Formatting.Globalization.Tests/System.Text.Formatting.Globalization.Tests.csproj index 02cf798a746..c01f94c08a6 100644 --- a/tests/System.Text.Formatting.Globalization.Tests/System.Text.Formatting.Globalization.Tests.csproj +++ b/tests/System.Text.Formatting.Globalization.Tests/System.Text.Formatting.Globalization.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 False ../../tools/test_key.snk true diff --git a/tests/System.Text.Formatting.Tests/System.Text.Formatting.Tests.csproj b/tests/System.Text.Formatting.Tests/System.Text.Formatting.Tests.csproj index 53a28a507b8..99d39cc2c4e 100644 --- a/tests/System.Text.Formatting.Tests/System.Text.Formatting.Tests.csproj +++ b/tests/System.Text.Formatting.Tests/System.Text.Formatting.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 True ../../tools/test_key.snk true diff --git a/tests/System.Text.Http.Tests/System.Text.Http.Tests.csproj b/tests/System.Text.Http.Tests/System.Text.Http.Tests.csproj index 6cebbbe8e4b..702f1cbfff9 100644 --- a/tests/System.Text.Http.Tests/System.Text.Http.Tests.csproj +++ b/tests/System.Text.Http.Tests/System.Text.Http.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 True ../../tools/test_key.snk true diff --git a/tests/System.Text.Json.Tests.Dynamic/System.Text.Json.Tests.Dynamic.csproj b/tests/System.Text.Json.Tests.Dynamic/System.Text.Json.Tests.Dynamic.csproj index b68d3ba9d3f..0e5070745ae 100644 --- a/tests/System.Text.Json.Tests.Dynamic/System.Text.Json.Tests.Dynamic.csproj +++ b/tests/System.Text.Json.Tests.Dynamic/System.Text.Json.Tests.Dynamic.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 True ../../tools/test_key.snk true diff --git a/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj b/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj index fdd540b6399..88b0e2d4043 100644 --- a/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj +++ b/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 True ../../tools/test_key.snk true diff --git a/tests/System.Text.Primitives.Performance.Tests/System.Text.Primitives.Performance.Tests.csproj b/tests/System.Text.Primitives.Performance.Tests/System.Text.Primitives.Performance.Tests.csproj index f78464a4751..81271bb13f5 100644 --- a/tests/System.Text.Primitives.Performance.Tests/System.Text.Primitives.Performance.Tests.csproj +++ b/tests/System.Text.Primitives.Performance.Tests/System.Text.Primitives.Performance.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 True ../../tools/test_key.snk true diff --git a/tests/System.Text.Primitives.Tests/System.Text.Primitives.Tests.csproj b/tests/System.Text.Primitives.Tests/System.Text.Primitives.Tests.csproj index a542ef3efbf..1320f312083 100644 --- a/tests/System.Text.Primitives.Tests/System.Text.Primitives.Tests.csproj +++ b/tests/System.Text.Primitives.Tests/System.Text.Primitives.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 True ../../tools/test_key.snk true diff --git a/tests/System.Threading.Tasks.Channels.Tests/System.Threading.Tasks.Channels.Tests.csproj b/tests/System.Threading.Tasks.Channels.Tests/System.Threading.Tasks.Channels.Tests.csproj index 1c719fd2c55..25de71402ba 100644 --- a/tests/System.Threading.Tasks.Channels.Tests/System.Threading.Tasks.Channels.Tests.csproj +++ b/tests/System.Threading.Tasks.Channels.Tests/System.Threading.Tasks.Channels.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 False ../../tools/test_key.snk true diff --git a/tests/System.Time.Tests/System.Time.Tests.csproj b/tests/System.Time.Tests/System.Time.Tests.csproj index 718464a5b9a..90938c39858 100644 --- a/tests/System.Time.Tests/System.Time.Tests.csproj +++ b/tests/System.Time.Tests/System.Time.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp1.0 + netcoreapp1.1 False ../../tools/test_key.snk true diff --git a/tools/common.props b/tools/common.props index ea5c61d5657..5c6af2f3c59 100644 --- a/tools/common.props +++ b/tools/common.props @@ -12,5 +12,6 @@ true true $(MSBuildThisFileDirectory)Key.snk + 1.6.1