Skip to content

Commit 2e9ad1b

Browse files
Bump System.Text.Json from 10.0.2 to 10.0.3
--- updated-dependencies: - dependency-name: System.Text.Json dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4dc5629 commit 2e9ad1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotnet/src/GitHub.Copilot.SDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.2.0" />
2626
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.2" />
2727
<PackageReference Include="StreamJsonRpc" Version="2.24.84" PrivateAssets="compile" />
28-
<PackageReference Include="System.Text.Json" Version="10.0.2" />
28+
<PackageReference Include="System.Text.Json" Version="10.0.3" />
2929
</ItemGroup>
3030

3131
<!-- Generate version props file at build time (gitignored) -->

0 commit comments

Comments
 (0)