We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ea422 commit 3dd4760Copy full SHA for 3dd4760
2 files changed
docs/guide/configuration.md
@@ -60,7 +60,7 @@ These properties control the source generator at compile time and affect code ge
60
<Project Sdk="Microsoft.NET.Sdk.Web">
61
62
<PropertyGroup>
63
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net10.0</TargetFramework>
64
65
<!-- Compile-time configuration -->
66
<MediatorHandlerLifetime>Scoped</MediatorHandlerLifetime>
docs/guide/dependency-injection.md
@@ -92,7 +92,7 @@ You can automatically register all handlers in your project with a specific life
92
93
94
95
96
97
</PropertyGroup>
98
0 commit comments