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

29 lines
842 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": {
"System.Collections": "4.0.11-rc3-23722",
"System.Collections.Immutable": "1.2.0-rc3-23722",
"System.Linq": "4.0.1-rc3-23722",
"System.Threading": "4.0.11-rc3-23722",
"System.IO.FileSystem": "4.0.1-rc3-23722",
"System.IO": "4.0.11-rc3-23722",
"System.Runtime.InteropServices": "4.0.21-rc3-23722",
"System.Text.RegularExpressions": "4.0.11-rc3-23722",
"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
}