You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transport package for Microsoft.Net.Compilers.Toolset.Framework assemblies. For internal use only: do not reference this package directly as it is explicitly not supported in that fashion.
6
+
Transport package for Microsoft.Net.Compilers.Toolset.Framework assemblies. For internal use only:
7
+
do not reference this package directly as it is explicitly not supported in that fashion.
7
8
8
9
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
+
Then the package is used to build your project with the compiler version matching your SDK version
11
+
instead of the one bundled with MSBuild.
10
12
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
+
If you want to download this package using the dotnet CLI, you can use the following command:
0 commit comments