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
There's another unwanted side-effect. When we add a package reference to Microsoft.Identity.Client.Broker and then build our project with /t:Pack so that it generates a nupkg, our nupkg ends up with three additional files in it:
msalruntime.dll, msalruntime_arm64.dll and msalruntime_x86.dll
Microsoft.Identity.Client.Broker depends on Microsoft.Identity.Client.NativeInterop package which has the msalruntime.dlls that you see in the screenshot.
Microsoft.Identity.Client.NativeInterop
is a package that keeps giving us surprises in our build.Similar to this bug: #4832
There's another unwanted side-effect. When we add a package reference to
Microsoft.Identity.Client.Broker
and then build our project with /t:Pack so that it generates a nupkg, our nupkg ends up with three additional files in it:msalruntime.dll, msalruntime_arm64.dll and msalruntime_x86.dll
Sample .csproj:
The text was updated successfully, but these errors were encountered: