Skip to content

Commit 0c24915

Browse files
committed
Reference Microsoft.Bcl.AsyncInterfaces from package Google.Cloud.VertexAI.Extensions
The `Google.Cloud.VertexAI.Extensions` assembly references types from `Microsoft.Bcl.AsyncInterfaces` like `IAsyncEnumerable`. The `Google.Cloud.VertexAI.Extensions` Nuget package needs to declare a dependency on the `Microsoft.Bcl.AsyncInterfaces` package so that a compatible version is restored when consumed from .NET Core projects. Fixes #15350
1 parent 726bafe commit 0c24915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apis/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
1212
<PackageReference Include="Google.Cloud.AIPlatform.V1" VersionOverride="[3.54.0, 4.0.0)" />
13+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
1314
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" />
1415
</ItemGroup>
1516
</Project>

0 commit comments

Comments
 (0)