We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59938f4 commit 30c3432Copy full SHA for 30c3432
FSharp.Profiles.props
@@ -18,7 +18,7 @@
18
<NullCheckingSupportInLibrary>false</NullCheckingSupportInLibrary>
19
</PropertyGroup>
20
21
- <PropertyGroup Condition="'$(Configuration)' != 'Proto'">
+ <PropertyGroup Condition="'$(Configuration)' != 'Proto' and '$(BUILDING_USING_DOTNET)' != 'true'">
22
<OtherFlags>$(OtherFlags) /langversion:preview</OtherFlags>
23
24
0 commit comments