dotnet-installer/test/dotnet-build.Tests/project.json

29 lines
610 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
},
"System.Runtime.Serialization.Primitives": "4.1.1",
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
},
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
2016-01-22 18:40:01 +00:00
},
2016-06-06 20:57:19 +00:00
"Newtonsoft.Json": "9.0.1-beta1",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dotnet5.4",
"portable-net451+win8"
]
2016-01-14 19:52:54 +00:00
}
},
"testRunner": "xunit"
2016-01-14 19:52:54 +00:00
}