Skip to content

Commit a6f1939

Browse files
Update:
- Microsoft.Extensions.Hosting to 9.0.5 - Microsoft.Extensions.Localization to 9.0.5 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Localization dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70a0d3d commit a6f1939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/extensions/snippets/localization/example/example.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
13-
<PackageReference Include="Microsoft.Extensions.Localization" Version="9.0.4" />
12+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.5" />
13+
<PackageReference Include="Microsoft.Extensions.Localization" Version="9.0.5" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)