Skip to content

Commit

Permalink
Fix #1910: RollForward Major
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Sep 25, 2019
1 parent 11eeb1c commit 6452101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RuntimeFrameworkVersion>2.1.0</RuntimeFrameworkVersion>
<!-- Allow users with dotnet SDK 3 to run Fable, see #1910 -->
<RollForward>Major</RollForward>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 6452101

Please sign in to comment.