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

View File

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