Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 682 Bytes

File metadata and controls

10 lines (7 loc) · 682 Bytes
title description
Overriding target framework
In rare circumstances you might want to override NuGet's algorithm of determining the framework version of MSAL.

Overriding target framework

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.