2016-01-22 18:40:01 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library",
|
|
|
|
"compilationOptions": {
|
|
|
|
"keyFile": "../../tools/Key.snk"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-03-24 13:37:08 +00:00
|
|
|
"NETStandard.Library": "1.5.0-rc2-23924",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23924",
|
|
|
|
"System.Collections.Immutable": "1.2.0-rc2-23924",
|
2016-03-12 05:28:08 +00:00
|
|
|
"FluentAssertions": "4.0.0",
|
|
|
|
"xunit": "2.1.0",
|
|
|
|
"dotnet-test-xunit": "1.0.0-dev-91790-12",
|
|
|
|
"Microsoft.DotNet.TestFramework": "1.0.0-*",
|
|
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
2016-03-17 23:39:48 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
|
|
|
"Microsoft.DotNet.InternalAbstractions": {
|
|
|
|
"target": "project",
|
|
|
|
"version": "1.0.0-*"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2015-12-15 01:39:29 +00:00
|
|
|
}
|