Skip to content

Commit

Permalink
Update Microsoft.Extensions.AI.Abstractions to 9.0.0-preview.9.24556.5 (
Browse files Browse the repository at this point in the history
#77)

Also several dependencies to GA 9.0.0 versions
  • Loading branch information
stephentoub authored Nov 13, 2024
1 parent d900b21 commit 6aacc09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libs/Anthropic/Anthropic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

<ItemGroup>
<PackageReference Include="CSharpToJsonSchema" Version="3.9.1" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0-rc.2.24473.5" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.0.0-preview.9.24525.1" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.0.0-preview.9.24556.5" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Text.Json" Version="9.0.0-rc.2.24473.5" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>

</Project>

0 comments on commit 6aacc09

Please sign in to comment.