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

26 lines
641 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": {
2016-01-27 07:48:11 +00:00
"NETStandard.Library": "1.0.0-rc3-23727",
2016-01-22 18:40:01 +00:00
"Microsoft.NETCore.TestHost": "1.0.0-rc2-*",
2015-12-15 01:39:29 +00:00
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",
2015-12-15 01:39:29 +00:00
2016-01-22 18:40:01 +00:00
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
"Microsoft.DotNet.Cli.Utils": {
"target": "project",
"type": "build"
}
},
2015-12-15 01:39:29 +00:00
"frameworks": {
2016-01-22 18:40:01 +00:00
"dnxcore50": {
"imports": "portable-net451+win8"
}
2015-12-15 01:39:29 +00:00
}
}