Skip to content

Commit 0753a98

Browse files
Update dependency Microsoft.Extensions.DependencyInjection.Abstractions to v8
1 parent f87be5f commit 0753a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotnetDispatcher.Core/DotnetDispatcher.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup Condition=" '$(TargetFramework)' != 'net8.0'">
26-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
26+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
2727
</ItemGroup>
2828
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0'">
2929
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />

0 commit comments

Comments
 (0)