You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multi-targeting, the .NET SDK won't invoke most of the "normal" targets it does for a regular build. You can learn a lot by running dotnet build -bl on the projects and using msbuildlog.com to inspect the targets that are being run and when.
If I have a normal project that only targets one framework, and I define the following target in its
.csproj
file:Everything works - when packing the version it's correct. But once we move to a multi-target project, this doesn't do anything.
The text was updated successfully, but these errors were encountered: