Fix msbuildexe config
This commit is contained in:
parent
28e2aa493d
commit
903764aa7d
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"buildOptions": {
|
||||
"copyToOutput": ["MSBuild.exe", "msbuild.exe.config"]
|
||||
"copyToOutput": ["MSBuild.exe", "MSBuild.exe.config"]
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
|
|
Loading…
Reference in a new issue