dotnet-installer/test/dotnet-projectmodel-server.Tests/project.json

31 lines
658 B
JSON
Raw Normal View History

2015-12-09 17:57:45 +00:00
{
"dependencies": {
2016-04-07 00:45:38 +00:00
"Microsoft.NETCore.App": "1.0.0-rc2-*",
"dotnet": {
"target": "project"
},
"Microsoft.Win32.Registry": {
"version": "4.0.0-rc2-24008",
"exclude": "Compile"
},
2016-03-24 16:36:05 +00:00
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
},
2016-03-24 16:36:05 +00:00
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-dev-128011-22",
"System.Net.NameResolution": "4.0.0-rc2-24008"
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
},
"testRunner": "xunit"
2015-12-09 17:57:45 +00:00
}