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
Updating the TF from net5.0 to net6.0 breaks the publishing of my project if i use StrongNamer library.
Microsoft.NET.ConflictResolution.targets(112,5):
error NETSDK1152: Found multiple publish output files with the same relative path:
D:\MyProject\.nuget\global\microsoft.exchange.webservices.netstandard\1.1.3\lib\netstandard2.0\Microsoft.Exchange.WebServices.NETStandard.dll
D:\MyProject\obj\Debug\net6.0\SignedAssemblies\Microsoft.Exchange.WebServices.NETStandard.dll
Currently there is an alternative to fix this via ErrorOnDuplicatePublishOutputFiles=false property.
Can this be fixed without disabling the checks for duplicate files?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: