Skip to content

Commit 3ce26bd

Browse files
authored
Downgrade the diagnostics source package to fix version mismatch issues (#174)
Version 8.0.1 of `System.Diagnostics.DiagnosticSource` causes Nuget package version mismatch issues with the Azure OpenAI library. This downgrades the version to 6.0.1 to match that used in the Azure OpenAI repo. This also resolves some version mismatch issues with `System.Memory`
1 parent 13a9c68 commit 3ce26bd

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
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>This is the OpenAI client library for developing .NET applications with rich experience.</Description>
44
<AssemblyTitle>SDK Code Generation OpenAI</AssemblyTitle>
@@ -72,6 +72,6 @@
7272
<ItemGroup>
7373
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
7474
<PackageReference Include="System.ClientModel" Version="1.1.0-beta.5" />
75-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />
75+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.1" />
7676
</ItemGroup>
7777
</Project>

0 commit comments

Comments
 (0)