Skip to content

Commit

Permalink
fix nullness plain build (#17404)
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Gro authored Jul 11, 2024
1 parent 59938f4 commit 30c3432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FSharp.Profiles.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<NullCheckingSupportInLibrary>false</NullCheckingSupportInLibrary>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' != 'Proto'">
<PropertyGroup Condition="'$(Configuration)' != 'Proto' and '$(BUILDING_USING_DOTNET)' != 'true'">
<OtherFlags>$(OtherFlags) /langversion:preview</OtherFlags>
</PropertyGroup>

Expand Down

0 comments on commit 30c3432

Please sign in to comment.