2a94a1e384
Conflicts: Microsoft.DotNet.Cli.sln scripts/dockerbuild.sh scripts/test/setup/build-test-prerequisites.ps1 test/dotnet-build.Tests/IncrementalTestBase.cs test/dotnet-publish.Tests/Microsoft.DotNet.Tools.Publish.Tests.cs test/dotnet-publish.Tests/project.json
17 lines
340 B
JSON
17 lines
340 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"TestLibrary": { "target":"project", "version":"1.0.0-*" },
|
|
|
|
"NETStandard.Library": "1.0.0-rc2-23811"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": { }
|
|
}
|
|
}
|