Skip to content

Commit 30c3432

Browse files
authored
fix nullness plain build (#17404)
1 parent 59938f4 commit 30c3432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FSharp.Profiles.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<NullCheckingSupportInLibrary>false</NullCheckingSupportInLibrary>
1919
</PropertyGroup>
2020

21-
<PropertyGroup Condition="'$(Configuration)' != 'Proto'">
21+
<PropertyGroup Condition="'$(Configuration)' != 'Proto' and '$(BUILDING_USING_DOTNET)' != 'true'">
2222
<OtherFlags>$(OtherFlags) /langversion:preview</OtherFlags>
2323
</PropertyGroup>
2424

0 commit comments

Comments
 (0)