Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArsenShnurkov/fc6520ec4c2824c1cfdb8aa12756a6fc to your computer and use it in GitHub Desktop.
Save ArsenShnurkov/fc6520ec4c2824c1cfdb8aa12756a6fc to your computer and use it in GitHub Desktop.
/usr/share/msbuild/15.9/MSBuild.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="msbuildToolsets" type="Microsoft.Build.Evaluation.ToolsetConfigurationSection, Microsoft.Build, Version=15.9.20.62856, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
</configSections>
<msbuildToolsets default="Current">
<toolset toolsVersion="Current">
<property name="MSBuildToolsPath" value="$([MSBuild]::GetCurrentToolsDirectory())" />
</toolset>
<toolset toolsVersion="15.0">
<property name="MSBuildToolsPath" value="$([MSBuild]::GetCurrentToolsDirectory())" />
</toolset>
</msbuildToolsets>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment