Skip to content

Commit e2a1199

Browse files
Bump Microsoft.Extensions.AI.Abstractions and System.Text.Json
Bumps Microsoft.Extensions.AI.Abstractions from 10.1.1 to 10.2.0 Bumps System.Text.Json from 10.0.1 to 10.0.2 --- updated-dependencies: - dependency-name: Microsoft.Extensions.AI.Abstractions dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.Text.Json dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccb7d5f commit e2a1199

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dotnet/src/GitHub.Copilot.SDK.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.1.1" />
25+
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.2.0" />
2626
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
2727
<PackageReference Include="StreamJsonRpc" Version="2.24.84" PrivateAssets="compile" />
28-
<PackageReference Include="System.Text.Json" Version="10.0.1" />
28+
<PackageReference Include="System.Text.Json" Version="10.0.2" />
2929
</ItemGroup>
3030

3131
</Project>

0 commit comments

Comments
 (0)