From 6071d39ea04cfdf4ab45dd71200cc274ec5bd319 Mon Sep 17 00:00:00 2001 From: Dag Brattli Date: Fri, 17 Apr 2026 07:16:45 +0200 Subject: [PATCH] build: relax Fable.Core pin to >= 5.0.0-rc.1 Changed from exact pin to minimum-version constraint so consumers on any 5.x Fable.Core (including newer RCs) can resolve Fable.Python without a NuGet conflict. Verified build and all 317 Python tests pass against Fable.Core 5.0.0-rc.1. Co-Authored-By: Claude Opus 4.7 (1M context) --- paket.dependencies | 6 +++--- paket.lock | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/paket.dependencies b/paket.dependencies index 30c544d..4e96d41 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -5,7 +5,7 @@ storage: none framework: netstandard2.0, netstandard2.1, net6.0, net8.0, net9.0, net10.0 nuget FSharp.Core >= 5.0.0 lowest_matching: true -nuget Fable.Core 5.0.0-rc.2 +nuget Fable.Core >= 5.0.0-rc.1 lowest_matching: true group Test source https://api.nuget.org/v3/index.json @@ -13,7 +13,7 @@ group Test framework: net9.0 nuget FSharp.Core - nuget Fable.Core 5.0.0-rc.2 + nuget Fable.Core >= 5.0.0-rc.1 lowest_matching: true nuget Microsoft.NET.Test.Sdk ~> 16 nuget xunit ~> 2 nuget xunit.runner.visualstudio ~> 2 @@ -24,7 +24,7 @@ group Examples framework: net10.0 nuget FSharp.Core - nuget Fable.Core 5.0.0-rc.2 + nuget Fable.Core >= 5.0.0-rc.1 lowest_matching: true nuget Feliz.ViewEngine nuget Zanaptak.TypedCssClasses nuget FSharp.Control.AsyncRx diff --git a/paket.lock b/paket.lock index bc40154..c1f2e19 100644 --- a/paket.lock +++ b/paket.lock @@ -2,7 +2,7 @@ STORAGE: NONE RESTRICTION: || (== net10.0) (== net6.0) (== net8.0) (== net9.0) (== netstandard2.0) (== netstandard2.1) NUGET remote: https://api.nuget.org/v3/index.json - Fable.Core (5.0.0-rc.2) + Fable.Core (5.0.0-rc.1) FSharp.Core (>= 4.7.2) FSharp.Core (5.0) @@ -11,7 +11,7 @@ STORAGE: NONE RESTRICTION: == net10.0 NUGET remote: https://api.nuget.org/v3/index.json - Fable.Core (5.0.0-rc.2) + Fable.Core (5.0.0-rc.1) FSharp.Core (>= 4.7.2) Feliz.ViewEngine (1.0.3) FSharp.Core (>= 4.7) @@ -26,22 +26,22 @@ STORAGE: NONE RESTRICTION: == net9.0 NUGET remote: https://api.nuget.org/v3/index.json - Fable.Core (5.0.0-rc.2) + Fable.Core (5.0.0-rc.1) FSharp.Core (>= 4.7.2) FSharp.Core (11.0.100) - Microsoft.CodeCoverage (18.3) + Microsoft.CodeCoverage (18.4) Microsoft.NET.Test.Sdk (16.11) Microsoft.CodeCoverage (>= 16.11) Microsoft.TestPlatform.TestHost (>= 16.11) - Microsoft.TestPlatform.ObjectModel (18.3) + Microsoft.TestPlatform.ObjectModel (18.4) System.Reflection.Metadata (>= 8.0) - Microsoft.TestPlatform.TestHost (18.3) - Microsoft.TestPlatform.ObjectModel (>= 18.3) + Microsoft.TestPlatform.TestHost (18.4) + Microsoft.TestPlatform.ObjectModel (>= 18.4) Newtonsoft.Json (>= 13.0.3) Newtonsoft.Json (13.0.4) - System.Collections.Immutable (10.0.5) - System.Reflection.Metadata (10.0.5) - System.Collections.Immutable (>= 10.0.5) + System.Collections.Immutable (10.0.6) + System.Reflection.Metadata (10.0.6) + System.Collections.Immutable (>= 10.0.6) xunit (2.9.3) xunit.analyzers (>= 1.18) xunit.assert (>= 2.9.3)