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.
2 parents 5c71e36 + 8dcaa6f commit 92869e2Copy full SHA for 92869e2
src/CommandLine/CommandLine.csproj
@@ -41,5 +41,7 @@
41
<ItemGroup Condition="'$(TargetFramework)' != 'net40' and '$(BuildTarget)' == 'fsharp'">
42
<PackageReference Include="FSharp.Core" Version="4.5.1" Condition="'$(BuildTarget)' == 'fsharp'" />
43
</ItemGroup>
44
-
+ <ItemGroup Condition="'$(TargetFramework)' == 'net40' and '$(BuildTarget)' == 'fsharp'">
45
+ <PackageReference Include="FSharp.Core" Version="4.0.0.1" Condition="'$(BuildTarget)' == 'fsharp'" />
46
+ </ItemGroup>
47
</Project>
0 commit comments