diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b7804e8..35921a92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@ The `Unreleased` section name is replaced by the expected version of next releas
## [Unreleased]
+### Changed
+
+- Targeted`FSharp.Core` v `8.0.403` (To handle SDK >= 9 being strict on `RequireQualifiedAccess` with `Struct`) [#270](https://github.com/jet/propulsion/pull/270)
+
## [3.0.0] - 2025-09-23
diff --git a/src/Propulsion/Propulsion.fsproj b/src/Propulsion/Propulsion.fsproj
index d26db639..6b85bd05 100644
--- a/src/Propulsion/Propulsion.fsproj
+++ b/src/Propulsion/Propulsion.fsproj
@@ -4,7 +4,7 @@
net6.0
-
+
true
3.0.0
@@ -31,9 +31,9 @@
-
+
+
-
diff --git a/tests/Propulsion.Tests/Propulsion.Tests.fsproj b/tests/Propulsion.Tests/Propulsion.Tests.fsproj
index 723956e5..fb2917a0 100644
--- a/tests/Propulsion.Tests/Propulsion.Tests.fsproj
+++ b/tests/Propulsion.Tests/Propulsion.Tests.fsproj
@@ -27,8 +27,6 @@
-
-