diff --git a/GoRogue.Debugger/GoRogue.Debugger.csproj b/GoRogue.Debugger/GoRogue.Debugger.csproj
index 8262a8f1..078b94fc 100644
--- a/GoRogue.Debugger/GoRogue.Debugger.csproj
+++ b/GoRogue.Debugger/GoRogue.Debugger.csproj
@@ -62,7 +62,7 @@
-
+
all
diff --git a/GoRogue.PerformanceTests/GoRogue.PerformanceTests.csproj b/GoRogue.PerformanceTests/GoRogue.PerformanceTests.csproj
index 926f6f33..74758f59 100644
--- a/GoRogue.PerformanceTests/GoRogue.PerformanceTests.csproj
+++ b/GoRogue.PerformanceTests/GoRogue.PerformanceTests.csproj
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/GoRogue.UnitTests/GoRogue.UnitTests.csproj b/GoRogue.UnitTests/GoRogue.UnitTests.csproj
index 7c00e917..fe1981b2 100644
--- a/GoRogue.UnitTests/GoRogue.UnitTests.csproj
+++ b/GoRogue.UnitTests/GoRogue.UnitTests.csproj
@@ -18,18 +18,18 @@
-
+
all
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/GoRogue/GoRogue.csproj b/GoRogue/GoRogue.csproj
index dfd0c521..f342ac8f 100644
--- a/GoRogue/GoRogue.csproj
+++ b/GoRogue/GoRogue.csproj
@@ -1,7 +1,7 @@
- net5.0;net6.0;net7.0;net8.0;;net9.0;netcoreapp3.1;netstandard2.1
+ net5.0;net6.0;net7.0;net8.0;;net9.0;net10.0;netcoreapp3.1;netstandard2.1
GoRogue
Chris3606
Copyright © 2025 Christopher Ridley (Chris3606)
@@ -11,7 +11,7 @@
Configure versioning information, making sure to append "debug" to Debug version to allow publishing
to NuGet seperately from Release version.
-->
- 3.0.0-beta10
+ 3.0.0-beta11
$(Version)-debug
@@ -79,17 +79,17 @@
-
+
all
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/changelog.md b/changelog.md
index 151b51ed..8c7277c0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,7 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
+None
+
+# [3.0.0-beta11] - 2025-12-28
+
## Added
+- Added .NET 10 explicit multi-target
- AStar path objects now record the weight of the path that was found as part of the structure (thanks BoThompson!)
## [3.0.0-beta10] - 2025-06-08