Skip to content

Commit bb0b948

Browse files
Bump the dotnet group
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 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) Updates `Microsoft.Extensions.FileSystemGlobbing` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.FileSystemGlobbing dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.FileSystemGlobbing dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d7785db commit bb0b948

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

6666
</Project>

0 commit comments

Comments
 (0)