Skip to content

SDK Resolution

Kirill Osenkov edited this page Jul 30, 2024 · 17 revisions

https://github.com/dotnet/sdk/issues/8254#issuecomment-859256628

https://github.com/dotnet/msbuild/pull/10282

https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-environment-variables

DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR

DOTNET_MSBUILD_SDK_RESOLVER_ENABLE_LOG

DOTNET_MSBUILD_SDK_RESOLVER_SDKS_DIR: Overrides the .NET SDK directory.

DOTNET_MSBUILD_SDK_RESOLVER_SDKS_VER: Overrides the .NET SDK version.

set PATH=C:\msbuild\.dotnet;%PATH%
set DOTNET_INSTALL_DIR=C:\msbuild\.dotnet
set DOTNET_MULTILEVEL_LOOKUP=0

Clone this wiki locally