We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e9994 commit 22da727Copy full SHA for 22da727
2 files changed
RELEASE_NOTES.md
@@ -1,3 +1,6 @@
1
+### 1.2.4
2
+* raised minimal FSharp.Core version to 4.7.0 (necessary due to Fable.Core update)
3
+
4
### 1.2.3
5
* fixed fable build
6
paket.dependencies
@@ -3,7 +3,7 @@ redirects: off
storage: none
framework: auto-detect
-nuget FSharp.Core >= 4.6.2 lowest_matching: true
+nuget FSharp.Core >= 4.7.0 lowest_matching: true
7
nuget System.Reflection.Emit.Lightweight >= 4.6.0 lowest_matching: true
8
9
# Tests : intentionally in main group
0 commit comments