From: Russ Keldorph Date: Sat, 5 Nov 2016 03:43:07 +0000 (-0700) Subject: Move remaining NETCoreApp references from 1.0 to 1.1 (#8008) X-Git-Tag: accepted/tizen/base/20180629.140029~3128 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=313daa2004df7b93938a50c99165570e3dc29f2b;p=platform%2Fupstream%2Fcoreclr.git 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 --- 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"