Skip to content

Commit 5f6b7da

Browse files
authored
Merge branch 'feature/nullness' into feature-nullness-variance
2 parents 6a65374 + 30c3432 commit 5f6b7da

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)