Skip to content

Commit

Permalink
Disable ApiCompat check for now, since nullable attributes are "break…
Browse files Browse the repository at this point in the history
…ing" changes.
  • Loading branch information
jpobst committed Apr 8, 2020
1 parent a3d1f6e commit 29d5bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mono.Android/Mono.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Nullable>enable</Nullable>
<DisableApiCompatibilityCheck>True</DisableApiCompatibilityCheck>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'monoandroid10' ">
Expand Down

0 comments on commit 29d5bb9

Please sign in to comment.