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
I am using Fody PropertyChanged 2.1.1. Adding PropertyChanged should not add Fody PropertyChanged to the nuget requirements of a nupkg. When I 'pack' using VS2017, I end up with
I also use GitVersionTask, which does not show up. So there may be a special flag that needs to be added so that it does not get sucked into the nuspec.
This may help: GitTools/GitVersion#1188 - I think somehow the solution is getting PrivateAssets = true per NuGet/Home#4125 - thread discusses how developmentDependency should automatically set this to true, but then it doesn't.
The text was updated successfully, but these errors were encountered:
I am using Fody PropertyChanged 2.1.1. Adding PropertyChanged should not add Fody PropertyChanged to the nuget requirements of a nupkg. When I 'pack' using VS2017, I end up with
I also use GitVersionTask, which does not show up. So there may be a special flag that needs to be added so that it does not get sucked into the nuspec.
This may help: GitTools/GitVersion#1188 - I think somehow the solution is getting PrivateAssets = true per NuGet/Home#4125 - thread discusses how developmentDependency should automatically set this to true, but then it doesn't.
The text was updated successfully, but these errors were encountered: