2016-07-28 21:46:19 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"buildOptions": {
|
|
|
|
"keyFile": "../../tools/Key.snk"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
|
|
|
"version": "1.0.0"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Core.Build.Tasks": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"xunit": "2.1.0",
|
2016-08-01 20:02:22 +00:00
|
|
|
"FluentAssertions.Json": "4.12.0",
|
2016-07-28 21:46:19 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
|
|
|
|
},
|
|
|
|
"testRunner": "xunit",
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
|
|
|
"netstandardapp1.5",
|
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|