Skip to content

Commit b2b3ccc

Browse files
Enforce Fable.Core to depends on FSharp.Core >= 4.7.2 (fable-compiler#4122)
Co-authored-by: Maxime Mangel <me@mangelmaxime.fr>
1 parent ab86557 commit b2b3ccc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Fable.Core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
* [JS/TS] Fix #3533: Add `emitJsTopDirectivePrologue` supports (by @MangelMaxime)
1313
* [JS/TS] Fix #3533: Add `emitJsDirectivePrologue` supports (by @MangelMaxime)
1414

15+
### Changed
16+
17+
* Enforce Fable.Core to dependes on FSharp.Core >= 4.7.2 (by @PierreYvesR)
18+
1519
## 4.5.0 - 2025-03-03
1620

1721
### Added

src/Fable.Core/Fable.Core.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
4+
<DisableImplicitFSharpCoreReference>false</DisableImplicitFSharpCoreReference>
55
<Description>Fable Core Library</Description>
66
<TargetFramework>netstandard2.0</TargetFramework>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)