Change from netstandardapp1.5 to netcoreapp1.0 everywhere

This commit is contained in:
SteveSandersonMS
2016-05-04 15:26:14 -07:00
parent 999641c4c2
commit d1964f087d
14 changed files with 70 additions and 28 deletions

View File

@@ -13,13 +13,16 @@
"defaultNamespace": "Microsoft.AspNetCore.AngularServices"
},
"frameworks": {
"netstandardapp1.5": {
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net451+win8"
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
}
}
}
},

View File

@@ -16,13 +16,16 @@
"Newtonsoft.Json": "8.0.3"
},
"frameworks": {
"netstandardapp1.5": {
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net451+win8"
],
"dependencies": {
"NETStandard.Library": "1.5.0-*",
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0-*"
}
}

View File

@@ -18,13 +18,16 @@
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
},
"frameworks": {
"netstandardapp1.5": {
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net451+win8"
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
}
}
}
}

View File

@@ -18,13 +18,16 @@
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
},
"frameworks": {
"netstandardapp1.5": {
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net451+win8"
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
}
}
}
},