update to .NET SDK 10.0.3 (and latest dependencies)

This commit is contained in:
sbwalker
2026-02-11 09:23:23 -05:00
parent d13e6fcdad
commit 10c1779f84
12 changed files with 60 additions and 60 deletions

View File

@@ -5,8 +5,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.3" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.3" />
<PackageReference Include="NodaTime" Version="3.3.0" />
</ItemGroup>