We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becc82b commit deb2f51Copy full SHA for deb2f51
src/client/Microsoft.Identity.Client/Microsoft.Identity.Client.csproj
@@ -17,6 +17,7 @@
17
<PropertyGroup Condition="'$(TargetFramework)' == '$(TargetFrameworkNetIos)' or '$(TargetFramework)' == '$(TargetFrameworkNetAndroid)'">
18
<SupportedOSPlatformVersion Condition="'$(TargetFramework)' == '$(TargetFrameworkNetIos)'">14.2</SupportedOSPlatformVersion>
19
<SupportedOSPlatformVersion Condition="'$(TargetFramework)' == '$(TargetFrameworkNetAndroid)'">21.0</SupportedOSPlatformVersion>
20
+ <NoWarn>$(NoWarn);CS3009;</NoWarn>
21
</PropertyGroup>
22
23
<PropertyGroup>
0 commit comments