Skip to content

Commit 4dd46ef

Browse files
Bump Microsoft.Extensions.Primitives
Bumps the dotnet group in /docs/core/extensions/snippets/primitives/string with 1 update: [Microsoft.Extensions.Primitives](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Primitives` 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) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Primitives dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c486b78 commit 4dd46ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/extensions/snippets/primitives/string/tokenizers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
13-
<PackageReference Include="Microsoft.Extensions.Primitives" Version="8.0.0" />
13+
<PackageReference Include="Microsoft.Extensions.Primitives" Version="9.0.0" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)