Skip to content

Commit 3d9d4ae

Browse files
Bump System.Text.Json from 9.0.11 to 10.0.0
--- updated-dependencies: - dependency-name: System.Text.Json dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba3accf commit 3d9d4ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package-versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<ReadableExpressionsVersion>4.1.*</ReadableExpressionsVersion>
3030
<ScalarAspNetCoreVersion>2.9.*</ScalarAspNetCoreVersion>
3131
<SwashbuckleVersion>9.*-*</SwashbuckleVersion>
32-
<SystemTextJsonVersion>9.0.*</SystemTextJsonVersion>
32+
<SystemTextJsonVersion>10.0.0</SystemTextJsonVersion>
3333
<TestSdkVersion>18.0.*</TestSdkVersion>
3434
<XunitVersion>2.9.*</XunitVersion>
3535
<XunitVisualStudioVersion>3.1.*</XunitVisualStudioVersion>

test/TestBuildingBlocks/TestBuildingBlocks.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
2121
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" />
2222
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="$(EntityFrameworkCoreVersion)" />
23+
<PackageReference Include="System.Text.Json" Version="10.0.0" />
2324
<PackageReference Include="xunit" Version="$(XunitVersion)" />
2425
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVisualStudioVersion)" PrivateAssets="All" />
2526
</ItemGroup>

0 commit comments

Comments
 (0)