Set framework version 10.0.4

This commit is contained in:
Damian Hickey 2026-03-12 18:05:26 +01:00
parent 3b39421a68
commit 91ce07cba3

View file

@ -21,7 +21,7 @@ that supports the target frameworks our products target (8, 9, 10) -->
<IdentityModelVersion>8.0.1</IdentityModelVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net10.0'">
<FrameworkVersion>10.0.0</FrameworkVersion>
<FrameworkVersion>10.0.4</FrameworkVersion>
<EFCoreVersion>10.0.0</EFCoreVersion>
<IdentityEFCoreVersion>10.0.0</IdentityEFCoreVersion>
<MvcRazorRuntimeCompilationVersion>10.0.0</MvcRazorRuntimeCompilationVersion>