Skip to content

Commit b022d58

Browse files
authored
[Dependencies] Bump System.ClientModel (#803)
The focus of these changes is to adopt the latest stable release of System.ClientModel.
1 parent 23f814b commit b022d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OpenAI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@
7474

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

8181
<ItemGroup Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">
8282
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />
8383
</ItemGroup>
84-
</Project>
84+
</Project>

0 commit comments

Comments
 (0)