File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments