Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/Targets/Imports.targets
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
set though we need to error out and provide a link to get the correct SDK installed.
-->
<Error
Text="The $(ShortSdkVersion) SDK is required to build this repo. It can be install here https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.0-preview1-007622/dotnet-sdk-2.2.0-preview1-007622-win-x64.exe"
Text="The $(ShortSdkVersion) SDK is required to build this repo. It can be installed here https://www.microsoft.com/net/download"
Condition="'$(UsingMicrosoftNETSdk)' == ''" />
</Target>

Expand Down