Skip to content

Commit c8b7cf7

Browse files
Update System.ClientModel dependency to 1.8.1 (#830)
* Initial plan * Update System.ClientModel to version 1.8.1 Co-authored-by: joseharriaga <45773732+joseharriaga@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: joseharriaga <45773732+joseharriaga@users.noreply.github.com>
1 parent 3303fd9 commit c8b7cf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/Export-Api.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function Invoke-GenAPI {
107107
Write-Output ""
108108

109109
# System.ClientModel
110-
$systemClientModelPath = Join-Path $nugetPackagesPath "system.clientmodel\1.7.0"
110+
$systemClientModelPath = Join-Path $nugetPackagesPath "system.clientmodel\1.8.1"
111111
$systemClientModelRef = $null
112112
if (Test-Path $systemClientModelPath) {
113113
$systemClientModelRef = Get-ChildItem `

src/OpenAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
<ItemGroup>
7676
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
77-
<PackageReference Include="System.ClientModel" Version="1.8.0" />
77+
<PackageReference Include="System.ClientModel" Version="1.8.1" />
7878
<PackageReference Include="System.Net.ServerSentEvents" Version="9.0.9" />
7979
</ItemGroup>
8080

0 commit comments

Comments
 (0)