Skip to content

Commit 7e99898

Browse files
build: bump System.Memory.Data and System.Text.Json
Bumps [System.Memory.Data](https://github.com/dotnet/runtime) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `System.Memory.Data` 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 `System.Text.Json` from 8.0.4 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.4...v9.0.0) --- updated-dependencies: - dependency-name: System.Memory.Data dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6469b24 commit 7e99898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/kernel-memory/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<PackageVersion Include="ReadLine" Version="2.0.1" />
5252
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.6.2" />
5353
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
54-
<PackageVersion Include="System.Memory.Data" Version="8.0.0" />
54+
<PackageVersion Include="System.Memory.Data" Version="9.0.0" />
5555
<PackageVersion Include="System.Numerics.Tensors" Version="9.0.0" />
5656
<PackageVersion Include="System.Text.Json" Version="9.0.0" />
5757
<PackageVersion Include="Tiktoken" Version="2.0.3" />

0 commit comments

Comments
 (0)