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
The .targets file of the nuget package uses CopyToOutputDirectory Always. This makes the FastUpToDateCheck of Visual Studio fail, so the consuming project is rebuilt all the time.
The correct value would be "PreserveNewest".