Skip to content

Commit

Permalink
Downgrade Aspire.Azure.AI.OpenAI package version
Browse files Browse the repository at this point in the history
The project file `OpenAIChatGPTBlazor.csproj` has been modified to change the version of the `Aspire.Azure.AI.OpenAI` package. The version has been downgraded from `8.2.2-preview.1.24521.5` to `8.2.1-preview.1.24473.4`.

Fixes "Declaration referenced in a method implementation cannot be a final method."
  • Loading branch information
lxbdev committed Jan 24, 2025
1 parent 635e56b commit a6a82d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenAIChatGPTBlazor/OpenAIChatGPTBlazor.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspire.Azure.AI.OpenAI" Version="8.2.2-preview.1.24521.5" />
<PackageReference Include="Aspire.Azure.AI.OpenAI" Version="8.2.1-preview.1.24473.4" />
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
<PackageReference Include="Markdig" Version="0.40.0" />
Expand Down

0 comments on commit a6a82d3

Please sign in to comment.