Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In rare circumstances you might want to override NuGet's algorithm of determining the framework version of MSAL. This is useful if you have a confidential client application and need to target net5.0-windows10.x
because MSAL uses Windows Forms on these platforms, which leads to build errors in some environments (e.g., Azure Functions).
Please see the TfmOverride
project for a sample that shows how to implement the requirement.