dotnet-installer/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library",
"buildOptions": {
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"FluentAssertions": "4.0.0",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-192208-24",
"Microsoft.DotNet.TestFramework": { "target": "project" },
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.InternalAbstractions": {
"target": "project"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dotnet5.4",
"portable-net451+win8"
2016-04-21 20:41:22 +00:00
],
"Microsoft.NETCore.App": {
"type": "platform",
"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"
}
}
}
}
2015-12-15 01:39:29 +00:00
}