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-04-08 06:47:47 +00:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-24008",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008",
|
|
|
|
"System.Collections.Immutable": "1.2.0-rc2-24008",
|
|
|
|
"System.Net.NetworkInformation": "4.1.0-rc2-24008",
|
2016-03-12 05:28:08 +00:00
|
|
|
"FluentAssertions": "4.0.0",
|
|
|
|
"xunit": "2.1.0",
|
2016-03-30 03:54:07 +00: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 23:39:48 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
2016-03-27 00:16:39 +00: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-15 01:39:29 +00:00
|
|
|
}
|