2016-01-22 18:40:01 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library",
|
2016-02-11 04:13:56 +00:00
|
|
|
"compilationOptions": {
|
|
|
|
"keyFile": "../../tools/Key.snk"
|
|
|
|
},
|
2016-01-22 18:40:01 +00:00
|
|
|
"dependencies": {
|
2016-02-11 17:53:47 +00:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23811",
|
|
|
|
"System.Collections.Immutable": "1.2.0-rc2-23811",
|
2016-01-22 18:40:01 +00:00
|
|
|
"FluentAssertions": "4.0.0",
|
|
|
|
"xunit": "2.1.0",
|
2016-03-01 20:29:09 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-79755-47",
|
2016-01-12 23:02:26 +00:00
|
|
|
|
2016-02-11 22:17:20 +00:00
|
|
|
"Microsoft.DotNet.TestFramework": "1.0.0-*",
|
2016-01-22 18:40:01 +00:00
|
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
2016-02-11 04:13:56 +00:00
|
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
|
|
|
"Microsoft.DotNet.InternalAbstractions": {
|
|
|
|
"target": "project",
|
|
|
|
"version": "1.0.0-*"
|
|
|
|
}
|
2016-01-22 18:40:01 +00:00
|
|
|
},
|
2016-01-11 21:40:47 +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
|
|
|
}
|
2016-01-22 22:05:02 +00:00
|
|
|
|