Skip to content

Commit

Permalink
Update dependency Microsoft.Extensions.DependencyInjection.Abstractio…
Browse files Browse the repository at this point in the history
…ns to v8
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 837639c commit d2746b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotnetDispatcher.Core/DotnetDispatcher.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' != 'net8.0'">
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
Expand Down

0 comments on commit d2746b2

Please sign in to comment.