Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc8b7cf7

Browse files
Update System.ClientModel dependency to 1.8.1 (#830)
* Initial plan* Update System.ClientModel to version 1.8.1Co-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 parent3303fd9 commitc8b7cf7

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
<PackageReferenceInclude="Microsoft.SourceLink.GitHub"Version="8.0.0"PrivateAssets="All" />
77-
<PackageReferenceInclude="System.ClientModel"Version="1.8.0" />
77+
<PackageReferenceInclude="System.ClientModel"Version="1.8.1" />
7878
<PackageReferenceInclude="System.Net.ServerSentEvents"Version="9.0.9" />
7979
</ItemGroup>
8080

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp