Migrate tests, tools and samples to portable

This commit is contained in:
Pavel Krymets 2016-04-14 14:01:34 -07:00
parent 4d9d196b4a
commit 98b73cbec5
2 changed files with 19 additions and 7 deletions

View File

@ -11,10 +11,13 @@
},
"testRunner": "xunit",
"frameworks": {
"netstandardapp1.5": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
},
"imports": [
@ -24,8 +27,12 @@
},
"net451": {
"frameworkAssemblies": {
"System.IO": { "type": "build" },
"System.Runtime": { "type": "build" }
"System.IO": {
"type": "build"
},
"System.Runtime": {
"type": "build"
}
}
}
}

View File

@ -11,10 +11,13 @@
"keyFile": "../../tools/Key.snk"
},
"frameworks": {
"netstandardapp1.5": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
},
"imports": [
@ -24,7 +27,9 @@
},
"net451": {
"frameworkAssemblies": {
"System.Runtime": { "type": "build" }
"System.Runtime": {
"type": "build"
}
}
}
}