dotnet-installer/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json

23 lines
536 B
JSON
Raw Normal View History

2016-01-22 10:40:01 -08:00
{
"version": "1.0.0-*",
"description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library",
2015-12-14 17:39:29 -08:00
2016-01-22 10:40:01 -08:00
"dependencies": {
2016-01-26 23:48:11 -08:00
"NETStandard.Library": "1.0.0-rc3-23727",
"System.Collections.Immutable": "1.2.0-rc3-23727",
2016-01-22 10:40:01 -08:00
"FluentAssertions": "4.0.0",
"xunit": "2.1.0",
2016-01-22 10:40:01 -08:00
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530"
},
2015-12-14 17:39:29 -08:00
2016-01-22 10:40:01 -08:00
"frameworks": {
"dnxcore50": {
"imports": "portable-net451+win8"
}
}
2015-12-14 17:39:29 -08:00
}