23 lines
450 B
JSON
23 lines
450 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"xunit": "2.1.0",
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24",
|
|
"Microsoft.NETCore.Platforms": "1.0.1",
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
"target": "project"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Configuration": ""
|
|
}
|
|
}
|
|
},
|
|
"runtimes": {
|
|
"win7-x64": {},
|
|
"win7-x86": {}
|
|
},
|
|
"testRunner": "xunit"
|
|
}
|