Target settings

Hi,

In multi target libraries there is a main settings and each target has its own settings.

Screenshot 2023-09-16 at 9.45.17 AM

I was wondering what the difference is between the two ? Mainly because create nuget file appears in the main but not target settings.

Cheers,
John

Well, one is the settings for the whole project, the other one has the settings specific to each target…

Creating a NuGet package is a per-project task, as it will combine all targets into one package.

Its just that none of the other targets support it and I need to enable just the .net target to produce the package.

it’s how it’s implemented now. The idea being that you can have Core, Classic and Standard on one package.