I am using Nuget to add some libraries. I found the *.csproj does not change after adding the new library, but the References is actually changed.
Anyone knows how Nuget manage references?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just double-checked. The references are maintaing inside the *.config file.
Look at the Image below.
Inside the
packages.configfile you will see something like this:And inside the
App.configfile you will see something like this:Note: The values in this example is just a sample value. Your solution may differ.