We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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>
2 warnings are generated in the VS Error List
Only one warning should be generated for ProjB.csproj
The text was updated successfully, but these errors were encountered:
@mishra14 Any updates here? Did anything change? Still needs worked on?
Sorry, something went wrong.
This has been long fixed. I have verified this in 4.9.3 and 5.0 previews.
No branches or pull requests
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
Actual Behavior
2 warnings are generated in the VS Error List
Expected Behavior
Only one warning should be generated for ProjB.csproj
The text was updated successfully, but these errors were encountered: