python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ProjectReference is not copied to output as part of parent NuGet package
I have 2 csproj projects: Child.csproj and Parent.csproj.
Child.csproj is referenced by Parent.csproj through ProjectReference:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup&g...

vkolesnik
Votes: 0
Answers: 2
NuGet spec command ignoring metadata from project properties
I am generating a NuGet package of a library in .NET Standard 2.0 using Visual Studio 2022.
I go to Project properties and edit the project information as shown in the pictures.
When i use the comm...

antoprd
Votes: 0
Answers: 1