Revert "Updating to netcoreapp1.1"

This reverts commit fd6df3c74d.
This commit is contained in:
Pranav K 2016-10-12 16:39:36 -07:00
parent 5d998a16d8
commit f8a1a66ab7
11 changed files with 11 additions and 11 deletions

View File

@ -28,6 +28,6 @@
} }
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": {} "netcoreapp1.0": {}
} }
} }

View File

@ -29,6 +29,6 @@
"System.Data.SqlClient": "4.3.0-*" "System.Data.SqlClient": "4.3.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": {} "netcoreapp1.0": {}
} }
} }

View File

@ -30,6 +30,6 @@
"System.Runtime.Serialization.Primitives": "4.3.0-*" "System.Runtime.Serialization.Primitives": "4.3.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": {} "netcoreapp1.0": {}
} }
} }

View File

@ -8,7 +8,7 @@
} }
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",

View File

@ -12,7 +12,7 @@
} }
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",

View File

@ -3,7 +3,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",

View File

@ -20,7 +20,7 @@
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",

View File

@ -9,7 +9,7 @@
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",

View File

@ -28,7 +28,7 @@
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0", "version": "1.0.0",

View File

@ -10,7 +10,7 @@
}, },
"testRunner": "xunit", "testRunner": "xunit",
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",

View File

@ -15,7 +15,7 @@
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.0": {
"imports": "dnxcore50" "imports": "dnxcore50"
} }
} }