Moving dotnet-watch to netcoreapp1.0

This commit is contained in:
moozzyk 2016-04-19 11:54:44 -07:00
parent c248e539f3
commit 265c90cbd1
6 changed files with 13 additions and 7 deletions

View File

@ -15,7 +15,7 @@
"Microsoft.Extensions.Logging.Console": "1.0.0-*" "Microsoft.Extensions.Logging.Console": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"netstandard1.5": { "netcoreapp1.0": {
"imports": [ "imports": [
"portable-net451+win8", "portable-net451+win8",
"dnxcore50" "dnxcore50"

View File

@ -17,11 +17,17 @@
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"frameworks": { "frameworks": {
"netstandardapp1.5": { "netcoreapp1.0": {
"imports": [ "imports": [
"portable-net451+win8", "portable-net451+win8",
"dnxcore50" "dnxcore50"
] ],
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
}
}
} }
}, },
"testRunner": "xunit" "testRunner": "xunit"

View File

@ -9,7 +9,7 @@
}, },
"frameworks": { "frameworks": {
"netstandardapp1.5": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",

View File

@ -6,7 +6,7 @@
}, },
"frameworks": { "frameworks": {
"netstandardapp1.5": { "netstandard1.5": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
"portable-net451+win8" "portable-net451+win8"

View File

@ -12,7 +12,7 @@
], ],
"frameworks": { "frameworks": {
"netstandardapp1.5": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",

View File

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