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-10-11 22:20:15 +00:00
|
|
|
"keyFile": "../../tools/Key.snk",
|
|
|
|
"compile": {
|
|
|
|
"include": [
|
|
|
|
"**/*.cs",
|
|
|
|
"../../src/dotnet/DotnetFiles.cs"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"FluentAssertions": "4.0.0",
|
2016-08-09 21:26:14 +00:00
|
|
|
"xunit": "2.2.0-beta3-build3330",
|
2016-08-23 20:12:00 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-350904-49",
|
2016-05-17 21:53:18 +00:00
|
|
|
"Microsoft.DotNet.TestFramework": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.InternalAbstractions": {
|
2016-05-06 00:21:27 +00:00
|
|
|
"target": "project"
|
2016-08-09 18:05:00 +00:00
|
|
|
},
|
2016-08-23 20:12:00 +00:00
|
|
|
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000933"
|
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"
|
|
|
|
},
|
2016-10-11 21:01:03 +00:00
|
|
|
"net46": {
|
2016-04-21 20:41:22 +00:00
|
|
|
"frameworkAssemblies": {
|
|
|
|
"System.Runtime": {
|
|
|
|
"type": "build"
|
|
|
|
}
|
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
|
|
|
}
|
2015-12-15 01:39:29 +00:00
|
|
|
}
|