Skip to content

Commit 8f3b74c

Browse files
Bump the dotnet group (#45715)
Bumps the dotnet group in /docs/core/extensions/snippets/fileglobbing/example with 2 updates: [Microsoft.Extensions.FileSystemGlobbing](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.FileSystemGlobbing` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) Updates `Microsoft.Extensions.FileSystemGlobbing` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) Updates `Microsoft.Extensions.Hosting` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Extensions.FileSystemGlobbing dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.FileSystemGlobbing dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6dd7dd1 commit 8f3b74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
</ItemGroup>
6060

6161
<ItemGroup>
62-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
63-
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.3" />
62+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
63+
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.4" />
6464
</ItemGroup>
6565

6666
</Project>

0 commit comments

Comments
 (0)