File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments