File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
src/Microsoft.Net.Sdk.Compilers.Toolset Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >$(SdkTargetFramework)</TargetFramework >
5- <Description >Transport package for Microsoft.Net.Compilers.Toolset.Framework assemblies. For internal use only.</Description >
5+ <Description ><![CDATA[
6+ Transport package for Microsoft.Net.Compilers.Toolset.Framework assemblies. For internal use only.
7+
8+ This package is automatically downloaded when your MSBuild version does not match your SDK version.
9+ Then your project uses the compiler version matching your SDK version instead of the one bundled with MSBuild.
10+
11+ If you want to disable this behavior, set property `BuildWithNetFrameworkHostedCompiler` to `false`
12+ in your `.csproj` or `Directory.Build.props` file, for example:
13+
14+ ```csproj
15+ <Project>
16+ <PropertyGroup>
17+ <BuildWithNetFrameworkHostedCompiler>false</BuildWithNetFrameworkHostedCompiler>
18+ </ProperyGroup>
19+ </Project>
20+ ```
21+ ]]> </Description >
622 <IsPackable >true</IsPackable >
723 <IncludeBuildOutput >false</IncludeBuildOutput >
824 <NoPackageAnalysis >true</NoPackageAnalysis >
You can’t perform that action at this time.
0 commit comments