Skip to content

Commit

Permalink
Merge pull request #71 from marcominerva/develop
Browse files Browse the repository at this point in the history
Update package references across multiple projects
  • Loading branch information
marcominerva authored Jul 24, 2024
2 parents bec3ea1 + 0afb000 commit ba9468b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
14 changes: 7 additions & 7 deletions samples/DatabaseGpt.Web/DatabaseGpt.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="3.0.405" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6" />
<PackageReference Include="MinimalHelpers.OpenApi" Version="2.0.8" />
<PackageReference Include="MinimalHelpers.Routing.Analyzers" Version="1.0.7" />
<PackageReference Include="OperationResultTools.AspNetCore.Http" Version="1.0.22" />
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="3.0.413" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7" />
<PackageReference Include="MinimalHelpers.OpenApi" Version="2.0.9" />
<PackageReference Include="MinimalHelpers.Routing.Analyzers" Version="1.0.8" />
<PackageReference Include="OperationResultTools.AspNetCore.Http" Version="1.0.24" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="TinyHelpers" Version="3.1.5" />
<PackageReference Include="TinyHelpers.AspNetCore" Version="3.1.4" />
<PackageReference Include="TinyHelpers" Version="3.1.10" />
<PackageReference Include="TinyHelpers.AspNetCore" Version="3.1.6" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/DatabaseGpt.Sqlite/DatabaseGpt.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.35" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.6" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions src/DatabaseGpt/DatabaseGpt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ChatGptNet" Version="3.2.15" />
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="8.5.0" />
<PackageReference Include="Polly.Extensions" Version="8.4.0" />
<PackageReference Include="ChatGptNet" Version="3.2.18" />
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="8.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ba9468b

Please # to comment.