diff --git a/Changelog.md b/Changelog.md index 6e9c77b..cb6eee2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # Changelog +## v.0.24.0 +- Upgraded to .NET 8. + ## v.0.23.1 - Add `QueryMediatorExtensions` for backward compatibility. - Add `CommandMediatorExtensions` for backward compatibility. diff --git a/global.json b/global.json index 1c7274b..501e79a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.100", + "version": "8.0.100", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/src/Directory.Build.props b/src/Directory.Build.props index fb8ed0c..b218022 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,31 +1,31 @@ - - net7.0 - latest - A. Shafie - mediator;cqrs - 0.23.1 - icon.png - LiteBus is an easy-to-use and ambitious in-process mediator providing the foundation to implement Command Query Separation (CQS). It is implemented with minimal reflection and instead utilizes covariance and contravariance to provide its core functionality. - https://github.com/litenova/LiteBus - https://github.com/litenova/LiteBus - MIT - disable - README.md - true - + + net8.0 + latest + A. Shafie + mediator;cqrs + 0.24.0 + icon.png + LiteBus is an easy-to-use and ambitious in-process mediator providing the foundation to implement Command Query Separation (CQS). It is implemented with minimal reflection and instead utilizes covariance and contravariance to provide its core functionality. + https://github.com/litenova/LiteBus + https://github.com/litenova/LiteBus + MIT + disable + README.md + true + - - - - - + + + + + - - - $([System.IO.File]::ReadAllText("$(SolutionDir)\Changelog.md")) - - + + + $([System.IO.File]::ReadAllText("$(SolutionDir)\Changelog.md")) + + \ No newline at end of file diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 1e8311a..b3fb671 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -1,5 +1,5 @@ - - - + + + \ No newline at end of file diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props index f103b1d..fe69287 100644 --- a/tests/Directory.Build.props +++ b/tests/Directory.Build.props @@ -1,12 +1,12 @@ - - net7.0 - enable - enable - false - true - true - + + net8.0 + enable + enable + false + true + true + \ No newline at end of file diff --git a/tests/Directory.Packages.props b/tests/Directory.Packages.props index edcf50d..b2837eb 100644 --- a/tests/Directory.Packages.props +++ b/tests/Directory.Packages.props @@ -1,22 +1,22 @@ - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + \ No newline at end of file