Skip to content

Commit b61e60e

Browse files
committed
Target netcoreapp2.1 for codegen
1 parent 3df0fa1 commit b61e60e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

fcs/fcs-fable/codegen/codegen.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<!-- <Import Project="fssrgen.targets" /> -->
88
<PropertyGroup>
99
<OutputType>Exe</OutputType>
10-
<TargetFramework>netcoreapp3.0</TargetFramework>
10+
<TargetFramework>netcoreapp2.1</TargetFramework>
11+
<RollForward>Major</RollForward>
1112
</PropertyGroup>
1213
<ItemGroup>
1314
<!-- <FsSrGen Include="$(FSharpSourcesRoot)\fsharp\FSComp.txt">

fcs/fcs-fable/fcs-fable.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
</ItemGroup>
232232

233233
<ItemGroup>
234-
<PackageReference Include="FSharp.Core" Version="4.6.2" />
234+
<PackageReference Include="FSharp.Core" Version="4.7.0" />
235235
</ItemGroup>
236236

237237
</Project>

0 commit comments

Comments
 (0)