Open petarpetrovt opened 3 years ago
sadly no answer here yet i am also looking for a fix instead of the workaround
https://docs.microsoft.com/en-us/dotnet/core/compatibility/sdk/6.0/duplicate-files-in-output
this could be helpful for everyone else experiencing this issue
Updating the TF from
net5.0
tonet6.0
breaks the publishing of my project if i useStrongNamer
library.Currently there is an alternative to fix this via
ErrorOnDuplicatePublishOutputFiles=false
property. Can this be fixed without disabling the checks for duplicate files?