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

23 lines
535 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library",
2015-12-15 01:39:29 +00:00
2016-01-22 18:40:01 +00:00
"dependencies": {
2016-02-02 04:48:34 +00:00
"NETStandard.Library": "1.0.0-rc2-23728",
"System.Collections.Immutable": "1.2.0-rc2-23728",
2016-01-22 18:40:01 +00:00
"FluentAssertions": "4.0.0",
"xunit": "2.1.0",
2016-01-22 18:40:01 +00:00
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537"
2016-01-22 18:40:01 +00:00
},
2015-12-15 01:39:29 +00:00
2016-01-22 18:40:01 +00:00
"frameworks": {
"dnxcore50": {
2016-01-28 18:55:22 +00:00
"imports": "portable-net45+win8"
2016-01-22 18:40:01 +00:00
}
}
2015-12-15 01:39:29 +00:00
}