30 lines
662 B
JSON
30 lines
662 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-23931",
|
|
"dotnet": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.Win32.Registry": {
|
|
"version": "4.0.0-rc2-23931",
|
|
"exclude": "Compile"
|
|
},
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
"target": "project"
|
|
},
|
|
"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-23931"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
},
|
|
"testRunner": "xunit"
|
|
}
|