Skip to content

Commit 3888fab

Browse files
author
Jochen Kirstätter
committed
💋 bump NuGet packages
1 parent c440b3a commit 3888fab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

samples/Console.Minimal.Prompt/Console.Minimal.Prompt.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
1212
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
14-
<PackageReference Include="Mscc.GenerativeAI" Version="0.4.5" />
14+
<PackageReference Include="Mscc.GenerativeAI" Version="0.5.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

samples/Web.Minimal.Api/Web.Minimal.Api.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.2" />
11-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
11+
<PackageReference Include="Mscc.GenerativeAI.Web" Version="0.5.0" />
12+
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
1213
</ItemGroup>
1314

1415
</Project>

0 commit comments

Comments
 (0)