Skip to content

Commit

Permalink
Merge pull request #439 from commandlineparser/fix-fsharp-build
Browse files Browse the repository at this point in the history
modify commandLine project to support fsharp net40
  • Loading branch information
moh-hassan committed Apr 27, 2019
2 parents 5c71e36 + 8dcaa6f commit 92869e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/CommandLine/CommandLine.csproj
Expand Up @@ -41,5 +41,7 @@
<ItemGroup Condition="'$(TargetFramework)' != 'net40' and '$(BuildTarget)' == 'fsharp'">
<PackageReference Include="FSharp.Core" Version="4.5.1" Condition="'$(BuildTarget)' == 'fsharp'" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net40' and '$(BuildTarget)' == 'fsharp'">
<PackageReference Include="FSharp.Core" Version="4.0.0.1" Condition="'$(BuildTarget)' == 'fsharp'" />
</ItemGroup>
</Project>

0 comments on commit 92869e2

Please sign in to comment.