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

28 lines
547 B
JSON
Raw Normal View History

2016-04-17 08:42:36 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
2016-06-10 06:09:46 +00:00
"version": "1.0.0-rc3-004443-00"
2016-04-17 08:42:36 +00:00
},
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
},
2016-06-06 20:57:19 +00:00
"Newtonsoft.Json": "9.0.1-beta1",
2016-04-17 08:42:36 +00:00
"dotnet": {
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
2016-04-17 08:42:36 +00:00
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
},
"testRunner": "xunit"
}