From 313daa2004df7b93938a50c99165570e3dc29f2b Mon Sep 17 00:00:00 2001 From: Russ Keldorph Date: Fri, 4 Nov 2016 20:43:07 -0700 Subject: [PATCH] Move remaining NETCoreApp references from 1.0 to 1.1 (#8008) This gets us down from "a zillion" warnings to just "a lot." Related: #7626 --- tests/src/JIT/config/extra/project.json | 2 +- tests/src/JIT/config/minimal/project.json | 2 +- tests/src/JIT/config/threading+thread/project.json | 2 +- tests/src/JIT/config/threading/project.json | 2 +- tests/src/TestWrappersConfig/project.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/src/JIT/config/extra/project.json b/tests/src/JIT/config/extra/project.json index 0f6e0cf..eb95982 100644 --- a/tests/src/JIT/config/extra/project.json +++ b/tests/src/JIT/config/extra/project.json @@ -18,7 +18,7 @@ "System.Runtime.InteropServices": "4.4.0-beta-24631-01" }, "frameworks": { - "netcoreapp1.0": {} + "netcoreapp1.1": {} }, "runtimes": { "win7-x86": {}, diff --git a/tests/src/JIT/config/minimal/project.json b/tests/src/JIT/config/minimal/project.json index 0b90037..9689e2b 100644 --- a/tests/src/JIT/config/minimal/project.json +++ b/tests/src/JIT/config/minimal/project.json @@ -7,7 +7,7 @@ "System.Runtime.InteropServices": "4.4.0-beta-24631-01" }, "frameworks": { - "netcoreapp1.0": {} + "netcoreapp1.1": {} }, "runtimes": { "win7-x86": {}, diff --git a/tests/src/JIT/config/threading+thread/project.json b/tests/src/JIT/config/threading+thread/project.json index a54ec15..117eb86 100644 --- a/tests/src/JIT/config/threading+thread/project.json +++ b/tests/src/JIT/config/threading+thread/project.json @@ -9,7 +9,7 @@ "System.Threading.Thread": "4.4.0-beta-24631-01" }, "frameworks": { - "netcoreapp1.0": {} + "netcoreapp1.1": {} }, "runtimes": { "win7-x86": {}, diff --git a/tests/src/JIT/config/threading/project.json b/tests/src/JIT/config/threading/project.json index 213c336..d8dccb3 100644 --- a/tests/src/JIT/config/threading/project.json +++ b/tests/src/JIT/config/threading/project.json @@ -7,7 +7,7 @@ "System.Threading": "4.4.0-beta-24631-01" }, "frameworks": { - "netcoreapp1.0": {} + "netcoreapp1.1": {} }, "runtimes": { "win7-x86": {}, diff --git a/tests/src/TestWrappersConfig/project.json b/tests/src/TestWrappersConfig/project.json index b953411..f255e30 100644 --- a/tests/src/TestWrappersConfig/project.json +++ b/tests/src/TestWrappersConfig/project.json @@ -6,7 +6,7 @@ "xunit.runner.msbuild": "2.2.0-beta2-build3300" }, "frameworks": { - "netcoreapp1.0": { + "netcoreapp1.1": { "imports": [ "dnxcore50", "portable-net45+win8" -- 2.7.4