update to .NET SDK 10.0.2 (and latest dependencies)

This commit is contained in:
sbwalker
2026-01-14 09:51:36 -05:00
parent ea0271ba79
commit 6c484ea9cd
12 changed files with 62 additions and 62 deletions

View File

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