Updating to netcoreapp1.1

This commit is contained in:
Pranav K 2016-10-12 13:45:08 -07:00
parent 8fb38d3637
commit fd6df3c74d
11 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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