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-*",
|
"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": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue