Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DuonDevKit.Core.Tests/DuonDevKit.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.4" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.18" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
Expand Down
2 changes: 1 addition & 1 deletion DuonDevKit.Core/DuonDevKit.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
net9.0 builds (Microsoft.Extensions.DependencyInjection.Abstractions has native net8.0/net9.0
assets too, but there's no need to split — one version keeps Dependabot bumps to one line
instead of two independently-drifting pins). -->
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.18" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.10" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion DuonDevKit.Dapper/DuonDevKit.Dapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
need a per-TFM version split. -->
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.18" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.18" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.18" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
and net9.0 builds — no need for a per-TFM version split (unlike Microsoft.AspNetCore.*
packages, which are single-TFM per major version; see DuonDevKit.Jwt.csproj). -->
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.18" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.18" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion samples/DuonDevKit.SampleApi/DuonDevKit.SampleApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.18" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading