22 lines
412 B
JSON
22 lines
412 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"testRunner": "xunit",
|
|
|
|
"dependencies": {
|
|
"xunit": "2.2.0-beta2-build3300",
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029",
|
|
"UriBuilder.Fluent": "1.0.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"net461":{},
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |