We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87be5f commit 0753a98Copy full SHA for 0753a98
src/DotnetDispatcher.Core/DotnetDispatcher.Core.csproj
@@ -23,7 +23,7 @@
23
</ItemGroup>
24
25
<ItemGroup Condition=" '$(TargetFramework)' != 'net8.0'">
26
- <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
27
28
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0'">
29
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
0 commit comments