2016-01-22 10:40:01 -08: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-31 11:53:24 -05:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-23931",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931",
|
|
|
|
"System.Collections.Immutable": "1.2.0-rc2-23931",
|
2016-04-05 13:12:07 -07:00
|
|
|
"System.Net.NetworkInformation": "4.1.0-rc2-23931",
|
2016-03-12 05:28:08 +00:00
|
|
|
"FluentAssertions": "4.0.0",
|
|
|
|
"xunit": "2.1.0",
|
2016-03-29 20:54:07 -07:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-128011-22",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.TestFramework": "1.0.0-*",
|
|
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
2016-03-17 16:39:48 -07:00
|
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
2016-03-26 17:16:39 -07:00
|
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.InternalAbstractions": {
|
|
|
|
"target": "project",
|
|
|
|
"version": "1.0.0-*"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2015-12-14 17:39:29 -08:00
|
|
|
}
|