Skip to content

Commit 2a42207

Browse files
Bump the dotnet group
Bumps the dotnet group in /docs/core/whats-new/snippets/dotnet-9/csharp with 3 updates: [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net), [System.Net.ServerSentEvents](https://github.com/dotnet/runtime) and [System.Numerics.Tensors](https://github.com/dotnet/runtime). Updates `Azure.Storage.Blobs` from 12.22.0-beta.1 to 12.22.2 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.22.0-beta.1...Azure.Storage.Blobs_12.22.2) Updates `System.Net.ServerSentEvents` from 9.0.0-preview.6.24327.7 to 9.0.0-rc.2.24473.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@9.0.0-preview.6.24327.7...v9.0.0-rc.2.24473.5) Updates `System.Numerics.Tensors` from 9.0.0-preview.5.24306.7 to 9.0.0-rc.2.24473.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0-preview.5.24306.7...v9.0.0-rc.2.24473.5) --- updated-dependencies: - dependency-name: Azure.Storage.Blobs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - 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 b1f2afe commit 2a42207

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Azure.Storage.Blobs" Version="12.22.0-beta.1" />
11+
<PackageReference Include="Azure.Storage.Blobs" Version="12.22.2" />
1212
<PackageReference Include="Microsoft.ML.Tokenizers" Version="0.21.1" />
1313
<PackageReference Include="System.Memory" Version="4.5.5" />
14-
<PackageReference Include="System.Net.ServerSentEvents" Version="9.0.0-preview.6.24327.7" />
15-
<PackageReference Include="System.Numerics.Tensors" Version="9.0.0-preview.5.24306.7" />
14+
<PackageReference Include="System.Net.ServerSentEvents" Version="9.0.0-rc.2.24473.5" />
15+
<PackageReference Include="System.Numerics.Tensors" Version="9.0.0-rc.2.24473.5" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)