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",
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"keyFile": "../../tools/Key.snk"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"FluentAssertions": "4.0.0",
|
|
|
|
"xunit": "2.1.0",
|
2016-05-17 21:53:18 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24",
|
2016-05-17 21:53:18 +00:00
|
|
|
"Microsoft.DotNet.TestFramework": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.InternalAbstractions": {
|
2016-05-06 00:21:27 +00:00
|
|
|
"target": "project"
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"imports": [
|
2016-04-11 23:11:16 +00:00
|
|
|
"dotnet5.4",
|
2016-05-13 02:03:08 +00:00
|
|
|
"portable-net451+win8"
|
2016-04-21 20:41:22 +00:00
|
|
|
],
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-05-16 22:30:53 +00:00
|
|
|
"version": "1.0.0-rc3-004306"
|
2016-04-21 20:41:22 +00:00
|
|
|
},
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022",
|
|
|
|
"System.Collections.Immutable": "1.2.0-rc2-24022",
|
|
|
|
"System.Net.NetworkInformation": "4.1.0-rc2-24022"
|
|
|
|
},
|
|
|
|
"net451": {
|
|
|
|
"frameworkAssemblies": {
|
|
|
|
"System.Runtime": {
|
|
|
|
"type": "build"
|
|
|
|
}
|
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
|
|
|
}
|
2015-12-15 01:39:29 +00:00
|
|
|
}
|