Skip to content

Commit

Permalink
(GH-4057) Update Microsoft.Extensions.DependencyInjection to 7.0.0
Browse files Browse the repository at this point in the history
* fixes #4057
  • Loading branch information
devlead committed Nov 7, 2022
1 parent 02aaa08 commit 1607f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.Frosting/Cake.Frosting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cake.Cli\Cake.Cli.csproj" />
Expand Down

0 comments on commit 1607f1e

Please sign in to comment.