Skip to content

NU1101: Unable to find package cake.tool #3304

Answered by augustoproiete
RehanSaeed asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like a bug in the restore process that decided not to check nuget.org and instead is only looking at the offline packages source.

You might want to try to drop a nuget.config file in the root of the repo to see if that forces nuget.org to be searched:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
  </packageSources>
</configuration>

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@gep13
Comment options

@devlead
Comment options

@RehanSaeed
Comment options

Answer selected by augustoproiete
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants