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

26 lines
639 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
2016-01-22 18:40:01 +00:00
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23727",
2016-01-22 18:40:01 +00:00
"Microsoft.NETCore.TestHost" : "1.0.0-*",
2016-01-22 18:40:01 +00:00
"xunit": "2.1.0",
"xunit.console.netcore": "1.0.2-prerelease-00101",
"xunit.netcore.extensions": "1.0.0-prerelease-*",
"xunit.runner.utility": "2.1.0",
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
"Microsoft.DotNet.Cli.Utils": {
"target": "project",
"type": "build"
}
},
"frameworks": {
2016-01-22 18:40:01 +00:00
"dnxcore50": {
2016-01-28 18:55:22 +00:00
"imports": "portable-net45+win8"
2016-01-22 18:40:01 +00:00
}
}
}