We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f814b commit b022d58Copy full SHA for b022d58
src/OpenAI.csproj
@@ -74,11 +74,11 @@
74
75
<ItemGroup>
76
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
77
- <PackageReference Include="System.ClientModel" Version="1.7.0" />
+ <PackageReference Include="System.ClientModel" Version="1.8.0" />
78
<PackageReference Include="System.Net.ServerSentEvents" Version="9.0.9" />
79
</ItemGroup>
80
81
<ItemGroup Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">
82
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />
83
84
-</Project>
+</Project>
0 commit comments