Skip to content

Commit

Permalink
fix: Removed unused references from Google provider.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Sep 29, 2024
1 parent 96ba578 commit e56546a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Google/src/LangChain.Providers.Google.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google_GenerativeAI" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
<PackageReference Include="System.Text.Json" />
<PackageReference Include="Google_GenerativeAI"/>
</ItemGroup>

<ItemGroup Label="Usings">
<Using Include="System.Net.Http" />
<Using Include="System.Net.Http"/>
</ItemGroup>

<PropertyGroup Label="NuGet">
Expand All @@ -21,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\Abstractions\src\LangChain.Providers.Abstractions.csproj" />
<ProjectReference Include="..\..\Abstractions\src\LangChain.Providers.Abstractions.csproj"/>
</ItemGroup>

</Project>

0 comments on commit e56546a

Please sign in to comment.