Skip to content

Commit

Permalink
Target netcoreapp2.1 for codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
ncave committed Sep 25, 2019
1 parent 3df0fa1 commit b61e60e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fcs/fcs-fable/codegen/codegen.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<!-- <Import Project="fssrgen.targets" /> -->
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RollForward>Major</RollForward>
</PropertyGroup>
<ItemGroup>
<!-- <FsSrGen Include="$(FSharpSourcesRoot)\fsharp\FSComp.txt">
Expand Down
2 changes: 1 addition & 1 deletion fcs/fcs-fable/fcs-fable.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FSharp.Core" Version="4.6.2" />
<PackageReference Include="FSharp.Core" Version="4.7.0" />
</ItemGroup>

</Project>

0 comments on commit b61e60e

Please sign in to comment.