Skip to content

Commit 9952164

Browse files
renovate[bot]RehanSaeed
authored andcommitted
Update dependency Boxed.AspNetCore to v9
1 parent 4750c0f commit 9952164

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Source/ApiTemplate/Source/ApiTemplate/ApiTemplate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
<ItemGroup Label="Package References">
4848
<PackageReference Include="AspNetCore.HealthChecks.Redis" Version="7.0.1" Condition="'$(Redis)' == 'true'" />
49-
<PackageReference Include="Boxed.AspNetCore" Version="8.1.2" />
49+
<PackageReference Include="Boxed.AspNetCore" Version="9.0.1" />
5050
<PackageReference Include="Boxed.AspNetCore.Swagger" Version="10.0.0" Condition="'$(Swagger)' == 'true'" />
5151
<PackageReference Include="Boxed.Mapping" Version="7.0.0" />
5252
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />

Source/GraphQLTemplate/Source/GraphQLTemplate/GraphQLTemplate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<ItemGroup Label="Package References">
4747
<PackageReference Include="AspNetCore.HealthChecks.Redis" Version="7.0.1" Condition="'$(Redis)' == 'true'" />
48-
<PackageReference Include="Boxed.AspNetCore" Version="8.1.2" />
48+
<PackageReference Include="Boxed.AspNetCore" Version="9.0.1" />
4949
<PackageReference Include="Boxed.Mapping" Version="7.0.0" />
5050
<PackageReference Include="GraphQL.Server.Ui.Playground" Version="7.6.0" />
5151
<PackageReference Include="GraphQL.Server.Ui.Voyager" Version="7.6.0" />

Source/OrleansTemplate/Source/OrleansTemplate.Server/OrleansTemplate.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</PropertyGroup>
3939

4040
<ItemGroup Label="Package References">
41-
<PackageReference Include="Boxed.AspNetCore" Version="8.1.2" />
41+
<PackageReference Include="Boxed.AspNetCore" Version="9.0.1" />
4242
<PackageReference Include="OrleansDashboard" Version="7.2.2" />
4343
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" Condition="'$(ApplicationInsights)' == 'true'" />
4444
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="7.0.0" />

0 commit comments

Comments
 (0)