Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Bump ReportGenerator from 5.1.22 to 5.1.25
Browse files Browse the repository at this point in the history
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.1.22 to 5.1.25.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](danielpalme/ReportGenerator@v5.1.22...v5.1.25)

---
updated-dependencies:
- dependency-name: ReportGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 4, 2023
1 parent 22fbaf9 commit b03a188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
Expand Down Expand Up @@ -30,7 +30,7 @@
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="NEST" Version="7.17.5" />
<PackageReference Include="coverlet.msbuild" Version="6.0.0" PrivateAssets="all" />
<PackageReference Include="ReportGenerator" Version="5.1.22" />
<PackageReference Include="ReportGenerator" Version="5.1.25" />
</ItemGroup>

<ItemGroup Condition="$(ContinuousIntegrationBuild) == 'true'">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
Expand Down Expand Up @@ -69,7 +69,7 @@
<PackageReference Include="Serilog.Enrichers.Environment" Version="2.2.0" />
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="coverlet.msbuild" Version="6.0.0" PrivateAssets="all" />
<PackageReference Include="ReportGenerator" Version="5.1.22" />
<PackageReference Include="ReportGenerator" Version="5.1.25" />

</ItemGroup>

Expand Down

0 comments on commit b03a188

Please sign in to comment.