Fix msbuildexe config

This commit is contained in:
Bryan Thornbury 2016-08-22 13:39:00 -07:00
parent 28e2aa493d
commit 903764aa7d
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"buildOptions": { "buildOptions": {
"copyToOutput": ["MSBuild.exe", "msbuild.exe.config"] "copyToOutput": ["MSBuild.exe", "MSBuild.exe.config"]
}, },
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {