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 bc1480c commit 468487fCopy full SHA for 468487f
src/fsharp/FSharp.Core.Unittests/FSharp.Core.Unittests.fsproj
@@ -29,7 +29,7 @@
29
</PropertyGroup>
30
<PropertyGroup>
31
<DefineConstants Condition=" '$(TargetFramework)' == 'sl5' ">$(DefineConstants);SILVERLIGHT</DefineConstants>
32
- <DefineConstants>$(DefineConstants);EXTENSIONTYPING;$(TargetFramework)</DefineConstants>
+ <DefineConstants>$(DefineConstants);EXTENSIONTYPING;$(TargetFramework.ToLower())</DefineConstants>
33
34
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35
<DebugSymbols>true</DebugSymbols>
0 commit comments