I have a C# project developed using VS2013 and I have updated it to VS2017. It has build errors and reference errors and i have resolved that and committed those changes .csproj files and I not commmitted the unversioned files. Later sometime I had deleted the unversioned files and I had switched back to older bracnh (VS2013) and switched back to develop branch. At that time, all those reference errors and build errors is occurring again. What is the actually happening here? Why the nuget packages are not taking from based on the .csproj files changes
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <HintPath>..\..\packages\Newtonsoft.Json.13.0.3\lib\net40\Newtonsoft.Json.dll</HintPath> <Private>True</Private> </Reference>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)