CsWinRT icon indicating copy to clipboard operation
CsWinRT copied to clipboard

Two DLLs trying to be copied with the same name

Open bryaan opened this issue 2 years ago • 1 comments

I am getting the following build error:

 Microsoft.Build.Msix.Packaging.targets(1370, 5): [APPX1101] Payload contains two or more files with the same destination path 'Microsoft.Web.WebView2.Core.dll'. Source files: 
C:\Users\Bryan\.nuget\packages\microsoft.web.webview2\1.0.1018-prerelease\lib\netcoreapp3.0\Microsoft.Web.WebView2.Core.dll
C:\Users\Bryan\.nuget\packages\microsoft.web.webview2\1.0.1018-prerelease\runtimes\win-x64\native_uap\Microsoft.Web.WebView2.Core.dll

This happened after installing the Microsoft.Windows.CsWinRT v1.4.1 package in my winui3 app and a winui3 class library.

bryaan avatar Jan 25 '22 21:01 bryaan

@bryaan I haven't been able to repro this. Can you provide a repro that I can try out?

manodasanW avatar Feb 08 '22 00:02 manodasanW