Revert "Updating to netcoreapp1.1"

This reverts commit 9ab8c48f17.
This commit is contained in:
Pranav K 2016-10-12 16:08:51 -07:00
parent 9ab8c48f17
commit ec47e0e724
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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