Skip to content

Unable to build the solution #16758

Answered by jeromelaban
jeromelaban asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks. The global nuget.config that you have for your system is very complex, and it feels like there's something wrong with its contents.

The default one when installing a new machine should look like this:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
    <add key="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\" />
  </packageSources>
  <packageRestore>
    <add key="enabled" value="True" />
    <add key="automatic" value="True" />
  </packageRestore>
  <bindingRedirects>
    <add key="skip" value="False" />
  </b…

Replies: 5 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jeromelaban
Comment options

@agneszitte
Comment options

Comment options

You must be logged in to vote
6 replies
@ToddGlodek
Comment options

@jeromelaban
Comment options

@ToddGlodek
Comment options

@francoistanguay
Comment options

@ToddGlodek
Comment options

Comment options

You must be logged in to vote
7 replies
@jeromelaban
Comment options

@jeromelaban
Comment options

@SpiderArrow
Comment options

@jeromelaban
Comment options

Answer selected by jeromelaban
@SpiderArrow
Comment options

@jeromelaban
Comment options

@agneszitte
Comment options

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
5 participants