-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Description
Details about Problem
NuGet product used (NuGet.exe | VS UI | Package Manager Console | dotnet.exe): VS
NuGet version (x.x.x.xxx): 4.4.0.4365
VS version (if appropriate): d15rel 26730.0
Detailed repro steps so we can see the same problem
-
Create new net core console app (ProjA)
-
Add a new net core class library to the solution (ProjB)
-
Add project reference to ProjB
-
Add the following to ProjB.csproj
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.0" />
</ItemGroup>
- Restore solution.
Actual Behavior
2 warnings are generated in the VS Error List
Expected Behavior
Only one warning should be generated for ProjB.csproj