735b4beb7c
[WIP]: TestFramework with support for managing test projects.
30 lines
842 B
JSON
30 lines
842 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library",
|
|
"compilationOptions": {
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.0.0-rc2-23811",
|
|
"System.Collections.Immutable": "1.2.0-rc2-23811",
|
|
"FluentAssertions": "4.0.0",
|
|
"xunit": "2.1.0",
|
|
"dotnet-test-xunit": "1.0.0-dev-48273-16",
|
|
|
|
"Microsoft.DotNet.TestFramework": "1.0.0-*",
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
|
"Microsoft.DotNet.InternalAbstractions": {
|
|
"target": "project",
|
|
"version": "1.0.0-*"
|
|
}
|
|
},
|
|
|
|
|
|
"frameworks": {
|
|
"dnxcore50": {
|
|
"imports": "portable-net45+win8"
|
|
}
|
|
}
|
|
}
|
|
|