Skip to content

Commit 02ce1fe

Browse files
Bump the dotnet group (#44341)
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.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.FileSystemGlobbing` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Hosting` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.FileSystemGlobbing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.FileSystemGlobbing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting 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 f450070 commit 02ce1fe

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.0" />
63-
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.0" />
62+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
63+
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.1" />
6464
</ItemGroup>
6565

6666
</Project>

0 commit comments

Comments
 (0)