Skip to content

Commit

Permalink
Update dependency Boxed.AspNetCore to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and RehanSaeed committed Sep 14, 2023
1 parent 4750c0f commit 9952164
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/ApiTemplate/Source/ApiTemplate/ApiTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<ItemGroup Label="Package References">
<PackageReference Include="AspNetCore.HealthChecks.Redis" Version="7.0.1" Condition="'$(Redis)' == 'true'" />
<PackageReference Include="Boxed.AspNetCore" Version="8.1.2" />
<PackageReference Include="Boxed.AspNetCore" Version="9.0.1" />
<PackageReference Include="Boxed.AspNetCore.Swagger" Version="10.0.0" Condition="'$(Swagger)' == 'true'" />
<PackageReference Include="Boxed.Mapping" Version="7.0.0" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<ItemGroup Label="Package References">
<PackageReference Include="AspNetCore.HealthChecks.Redis" Version="7.0.1" Condition="'$(Redis)' == 'true'" />
<PackageReference Include="Boxed.AspNetCore" Version="8.1.2" />
<PackageReference Include="Boxed.AspNetCore" Version="9.0.1" />
<PackageReference Include="Boxed.Mapping" Version="7.0.0" />
<PackageReference Include="GraphQL.Server.Ui.Playground" Version="7.6.0" />
<PackageReference Include="GraphQL.Server.Ui.Voyager" Version="7.6.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</PropertyGroup>

<ItemGroup Label="Package References">
<PackageReference Include="Boxed.AspNetCore" Version="8.1.2" />
<PackageReference Include="Boxed.AspNetCore" Version="9.0.1" />
<PackageReference Include="OrleansDashboard" Version="7.2.2" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" Condition="'$(ApplicationInsights)' == 'true'" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="7.0.0" />
Expand Down

0 comments on commit 9952164

Please sign in to comment.