Skip to content

Commit

Permalink
Merge pull request #173 from loresoft/dependabot/nuget/microsoftexten…
Browse files Browse the repository at this point in the history
…sions-0377430283

Bump Microsoft.Extensions.DependencyInjection from 8.0.1 to 9.0.0 in the microsoftextensions group
  • Loading branch information
github-actions[bot] authored Nov 13, 2024
2 parents 6ec53f8 + 58039e0 commit 8bfd90a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Injectio.Attributes/Injectio.Attributes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/Injectio.Tests.Console/Injectio.Tests.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/Injectio.Tests.Library/Injectio.Tests.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8bfd90a

Please sign in to comment.