Skip to content

Commit 21c0c63

Browse files
golorodenclaude
andcommitted
chore: Bump Microsoft.Extensions.Logging in test project to match library
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 05acf18 commit 21c0c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventSourcingDb.Tests/EventSourcingDb.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="System.Linq.Async" Version="7.0.0" Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) &lt; 10.0" />
1818
<PackageReference Include="xunit.v3" Version="3.2.2" />
1919
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.2"/>
20-
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.2"/>
20+
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.3"/>
2121
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)