Skip to content

Commit

Permalink
Update DotnetGeminiSDK.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvamartin authored Feb 28, 2024
1 parent e290e62 commit 4f14a79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/DotnetGeminiSDK/DotnetGeminiSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
</PropertyGroup>

<ItemGroup>
<None Update="README.md" Pack="true" PackagePath="" />
<None Update="README.md" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageReference Include="System.Reactive" Version="6.0.0" />
Expand Down

0 comments on commit 4f14a79

Please sign in to comment.