35 lines
855 B
JSON
35 lines
855 B
JSON
|
{
|
||
|
"version": "1.0.0-*",
|
||
|
|
||
|
"dependencies": {
|
||
|
"NETStandard.Library": "1.5.0-rc2-23931",
|
||
|
|
||
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
||
|
"Microsoft.DotNet.Cli.Utils": {
|
||
|
"target": "project"
|
||
|
},
|
||
|
|
||
|
"xunit": "2.1.0",
|
||
|
"dotnet-test-xunit": "1.0.0-dev-128011-22"
|
||
|
},
|
||
|
|
||
|
"frameworks": {
|
||
|
"netstandardapp1.5": {
|
||
|
"imports": [
|
||
|
"dnxcore50",
|
||
|
"portable-net451+win8"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"content": [
|
||
|
"../../TestAssets/TestProjects/FSharpTestProjects/CompileFailApp/**/*",
|
||
|
"../../TestAssets/TestProjects/FSharpTestProjects/TestApp/**/*",
|
||
|
"../../TestAssets/TestProjects/FSharpTestProjects/TestAppWithArgs/**/*",
|
||
|
"../../TestAssets/TestProjects/FSharpTestProjects/TestLibrary/**/*",
|
||
|
"../../TestAssets/TestProjects/FSharpTestProjects/global.json"
|
||
|
],
|
||
|
|
||
|
"testRunner": "xunit"
|
||
|
}
|