update to .NET SDK 10.0.5 (and latest dependencies)

This commit is contained in:
sbwalker
2026-03-26 19:24:38 -07:00
parent d01622409a
commit 8349f73e1e
12 changed files with 55 additions and 55 deletions

View File

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