Skip to content

Commit d07724b

Browse files
Bump the dotnet group
Bumps the dotnet group in /docs/core/whats-new/snippets/dotnet-9/csharp with 2 updates: [System.Net.ServerSentEvents](https://github.com/dotnet/runtime) and [System.Numerics.Tensors](https://github.com/dotnet/runtime). Updates `System.Net.ServerSentEvents` 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 `System.Numerics.Tensors` 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: System.Net.ServerSentEvents dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: System.Numerics.Tensors dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94d4dbe commit d07724b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/whats-new/snippets/dotnet-9/csharp/Project.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<PackageReference Include="Azure.Storage.Blobs" Version="12.23.0" />
1212
<PackageReference Include="Microsoft.ML.Tokenizers" Version="1.0.0" />
1313
<PackageReference Include="System.Memory" Version="4.6.0" />
14-
<PackageReference Include="System.Net.ServerSentEvents" Version="9.0.0" />
15-
<PackageReference Include="System.Numerics.Tensors" Version="9.0.0" />
14+
<PackageReference Include="System.Net.ServerSentEvents" Version="9.0.1" />
15+
<PackageReference Include="System.Numerics.Tensors" Version="9.0.1" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)