Skip to content

Commit 4750c0f

Browse files
dependabot[bot]RehanSaeed
authored andcommitted
Bump Boxed.Mapping from 6.0.0 to 7.0.0
Bumps [Boxed.Mapping](https://github.com/Dotnet-Boxed/Framework) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/Dotnet-Boxed/Framework/releases) - [Commits](Dotnet-Boxed/Framework@Boxed.Mapping.6.0.0...Boxed.Mapping.7.0.0) --- updated-dependencies: - dependency-name: Boxed.Mapping dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b64bbec commit 4750c0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/ApiTemplate/Source/ApiTemplate/ApiTemplate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<PackageReference Include="AspNetCore.HealthChecks.Redis" Version="7.0.1" Condition="'$(Redis)' == 'true'" />
4949
<PackageReference Include="Boxed.AspNetCore" Version="8.1.2" />
5050
<PackageReference Include="Boxed.AspNetCore.Swagger" Version="10.0.0" Condition="'$(Swagger)' == 'true'" />
51-
<PackageReference Include="Boxed.Mapping" Version="6.0.0" />
51+
<PackageReference Include="Boxed.Mapping" Version="7.0.0" />
5252
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
5353
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" Condition="'$(ApplicationInsights)' == 'true'" />
5454
<PackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version="2.2.0" Condition="'$(ApplicationInsights)' == 'true'" />

Source/GraphQLTemplate/Source/GraphQLTemplate/GraphQLTemplate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<ItemGroup Label="Package References">
4747
<PackageReference Include="AspNetCore.HealthChecks.Redis" Version="7.0.1" Condition="'$(Redis)' == 'true'" />
4848
<PackageReference Include="Boxed.AspNetCore" Version="8.1.2" />
49-
<PackageReference Include="Boxed.Mapping" Version="6.0.0" />
49+
<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" />
5252
<PackageReference Include="HotChocolate.AspNetCore" Version="13.5.1" />

0 commit comments

Comments
 (0)