Move remaining NETCoreApp references from 1.0 to 1.1 (#8008)
authorRuss Keldorph <russ.keldorph@microsoft.com>
Sat, 5 Nov 2016 03:43:07 +0000 (20:43 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sat, 5 Nov 2016 03:43:07 +0000 (20:43 -0700)
This gets us down from "a zillion" warnings to just "a lot."

Related: #7626

tests/src/JIT/config/extra/project.json
tests/src/JIT/config/minimal/project.json
tests/src/JIT/config/threading+thread/project.json
tests/src/JIT/config/threading/project.json
tests/src/TestWrappersConfig/project.json

index 0f6e0cf..eb95982 100644 (file)
@@ -18,7 +18,7 @@
     "System.Runtime.InteropServices": "4.4.0-beta-24631-01"
   },
   "frameworks": {
-    "netcoreapp1.0": {}
+    "netcoreapp1.1": {}
   },
   "runtimes": {
     "win7-x86": {},
index 0b90037..9689e2b 100644 (file)
@@ -7,7 +7,7 @@
     "System.Runtime.InteropServices": "4.4.0-beta-24631-01"
   },
   "frameworks": {
-    "netcoreapp1.0": {}
+    "netcoreapp1.1": {}
   },
   "runtimes": {
     "win7-x86": {},
index a54ec15..117eb86 100644 (file)
@@ -9,7 +9,7 @@
     "System.Threading.Thread": "4.4.0-beta-24631-01"
   },
   "frameworks": {
-    "netcoreapp1.0": {}
+    "netcoreapp1.1": {}
   },
   "runtimes": {
     "win7-x86": {},
index 213c336..d8dccb3 100644 (file)
@@ -7,7 +7,7 @@
     "System.Threading": "4.4.0-beta-24631-01"
   },
   "frameworks": {
-    "netcoreapp1.0": {}
+    "netcoreapp1.1": {}
   },
   "runtimes": {
     "win7-x86": {},
index b953411..f255e30 100644 (file)
@@ -6,7 +6,7 @@
     "xunit.runner.msbuild": "2.2.0-beta2-build3300"
   },
   "frameworks": {
-    "netcoreapp1.0": {
+    "netcoreapp1.1": {
       "imports": [
         "dnxcore50",  
         "portable-net45+win8"