Skip to content

Commit deb2f51

Browse files
committed
Fix build
1 parent becc82b commit deb2f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/Microsoft.Identity.Client/Microsoft.Identity.Client.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<PropertyGroup Condition="'$(TargetFramework)' == '$(TargetFrameworkNetIos)' or '$(TargetFramework)' == '$(TargetFrameworkNetAndroid)'">
1818
<SupportedOSPlatformVersion Condition="'$(TargetFramework)' == '$(TargetFrameworkNetIos)'">14.2</SupportedOSPlatformVersion>
1919
<SupportedOSPlatformVersion Condition="'$(TargetFramework)' == '$(TargetFrameworkNetAndroid)'">21.0</SupportedOSPlatformVersion>
20+
<NoWarn>$(NoWarn);CS3009;</NoWarn>
2021
</PropertyGroup>
2122

2223
<PropertyGroup>

0 commit comments

Comments
 (0)