diff --git a/CHANGELOG.md b/CHANGELOG.md index 46abc234c..a579e7659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1149,6 +1149,9 @@ ## 8.6.1 * Fix regression that caused encrypted messages to end up unencrypted when dead-lettered +## 8.7.0 +* Add additional compile targets and bump System.Text.Json dependency to at least 8.0.5 because almost all the previous versions have weaknesses + --- [AndreaCuneo]: https://github.com/AndreaCuneo diff --git a/Rebus.Tests/Rebus.Tests.csproj b/Rebus.Tests/Rebus.Tests.csproj index e5f72b5cb..b73478510 100644 --- a/Rebus.Tests/Rebus.Tests.csproj +++ b/Rebus.Tests/Rebus.Tests.csproj @@ -1,8 +1,8 @@  Library - net8.0 - 12 + net9.0 + 13 @@ -11,7 +11,7 @@ - + diff --git a/Rebus/Rebus.csproj b/Rebus/Rebus.csproj index 33f126bc7..e6fe03710 100644 --- a/Rebus/Rebus.csproj +++ b/Rebus/Rebus.csproj @@ -1,8 +1,8 @@  Library - netstandard2.0;net6.0 - 11 + netstandard2.0;net6.0;net7.0;net8.0;net9.0 + 13 true mookid8000 https://rebus.fm/what-is-rebus/ @@ -27,7 +27,7 @@ - +