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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
I just open the solution, compile and got the following compilation issue :
6>C:\Temporary\xamarin-azure-businessreview-master\src\iOS\AppDelegate.cs(9,17,9,25): error CS0234: The type or namespace name 'Identity' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
The text was updated successfully, but these errors were encountered:
Update the Microsoft.Identity.Client nuget to the latest, for me it was 2.7.1.
(that said, there are multiple other nuget versioning issues in this project that need to be updated now)
Hi,
I just open the solution, compile and got the following compilation issue :
6>C:\Temporary\xamarin-azure-businessreview-master\src\iOS\AppDelegate.cs(9,17,9,25): error CS0234: The type or namespace name 'Identity' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
The text was updated successfully, but these errors were encountered: