1

I need to install the Microsoft.Data.Tools.Msbuild package. Is there anything I can do about this?

I used the command specified at https://www.nuget.org/packages/Microsoft.Data.Tools.Msbuild, but it should specify -RequiredVersion.

PS C:\> Install-Package Microsoft.Data.Tools.Msbuild -RequiredVersion 16.0.62004.28040 -Scope CurrentUser -ProviderName 'NuGet' -Source 'https://api.nuget.org/v3/index.json'

The package(s) come(s) from a package source that is not marked as trusted.
Are you sure you want to install software from 'nuget.org'?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "N"): Y
Install-Package: Dependency loop detected for package 'Microsoft.Data.Tools.Msbuild'.
1
  • Sounds like the same problem here Commented Sep 1, 2021 at 12:19

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.