6fa859a354
Update to dotnet-test-xunit to latest.
45 lines
985 B
JSON
45 lines
985 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc2-*"
|
|
},
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.DotNet.Compiler.Common": {
|
|
"target": "project"
|
|
},
|
|
"dotnet": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.Win32.Registry": {
|
|
"version": "4.0.0-rc2-24008",
|
|
"exclude": "Compile"
|
|
},
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
"target": "project"
|
|
},
|
|
"xunit": "2.1.0",
|
|
"dotnet-test-xunit": "1.0.0-dev-140469-38",
|
|
"moq.netcore": "4.4.0-beta8",
|
|
"FluentAssertions": "4.2.2"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"netstandardapp1.5",
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
},
|
|
"content": [
|
|
"../../TestAssets/TestProjects/TestAppWithLibrary/**/*"
|
|
],
|
|
"testRunner": "xunit"
|
|
}
|