Skip to content

Commit a6d2cb0

Browse files
Bump Microsoft.Extensions.DependencyInjection
Bumps the microsoftextensions group with 1 update: [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.DependencyInjection` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent abf80a1 commit a6d2cb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Injectio.Attributes/Injectio.Attributes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.1" />
10+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.2" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

tests/Injectio.Tests.Console/Injectio.Tests.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.1" />
23+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.2" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

tests/Injectio.Tests.Library/Injectio.Tests.Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.1" />
15+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.2" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)