Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
marcominerva committed Mar 7, 2024
1 parent 5d4401e commit 88f911e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ChatGptNet" Version="3.2.2" />
<PackageReference Include="OperationResultTools" Version="1.0.15" />
<PackageReference Include="TinyHelpers" Version="3.0.4" />
<PackageReference Include="ChatGptNet" Version="3.2.9" />
<PackageReference Include="OperationResultTools" Version="1.0.25" />
<PackageReference Include="TinyHelpers" Version="3.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/ChatGptPlayground/ChatGptPlayground.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="3.0.403" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.1" />
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="3.0.405" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.2" />
<PackageReference Include="MinimalHelpers.OpenApi" Version="2.0.3" />
<PackageReference Include="MinimalHelpers.Routing" Version="2.0.3" />
<PackageReference Include="OperationResultTools.AspNetCore.Http" Version="1.0.17" />
<PackageReference Include="OperationResultTools.AspNetCore.Http" Version="1.0.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="TinyHelpers.AspNetCore" Version="3.0.5" />
<PackageReference Include="TinyHelpers.AspNetCore" Version="3.0.6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 88f911e

Please sign in to comment.