Skip to content

Commit

Permalink
increase package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenkirstaetter committed Mar 26, 2024
1 parent 15b319e commit 58db2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<ItemGroup>
<PackageReference Include="Google.Apis.Auth" Version="1.67.0" />
<PackageReference Include="Mscc.GenerativeAI" Version="0.8.*" />
<PackageReference Include="Mscc.GenerativeAI" Version="0.9.*" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Mscc.GenerativeAI.Web/Mscc.GenerativeAI.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
<PackageReference Include="Mscc.GenerativeAI" Version="0.8.*" />
<PackageReference Include="Mscc.GenerativeAI" Version="0.9.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 58db2dc

Please sign in to comment.