Skip to content

Commit

Permalink
Update error message for net standard/UAP. (#3409)
Browse files Browse the repository at this point in the history
* Update error message for net standard/UAP.
  • Loading branch information
trwalke authored Jun 22, 2022
1 parent 1187c87 commit 344b37f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ public IWebUI CreateAuthenticationDialog(CoreUIParent coreUIParent, WebViewPrefe
"Possible cause: If you are using an XForms app, or generally a .NET Standard assembly, " +
"make sure you add a reference to Microsoft.Identity.Client.dll from each platform assembly " +
"(e.g. UWP, Android, iOS), not just from the common .NET Standard assembly. " +
"A browser is not available in the box on .NET Standard 1.3.");
"A browser is not available in the box on .NET Standard 2.0." +
"If you are on UWP, you may need to update to version 1809 (Build 17763) in order to use a browser.");
}
}
}

0 comments on commit 344b37f

Please sign in to comment.