We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2665595 commit c9fd2e6Copy full SHA for c9fd2e6
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"dotnet-reportgenerator-globaltool": {
6
- "version": "5.4.3",
+ "version": "5.4.5",
7
"commands": [
8
"reportgenerator"
9
]
common.test.props
@@ -22,7 +22,7 @@
22
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
23
<PrivateAssets>all</PrivateAssets>
24
</PackageReference>
25
- <PackageReference Include="ReportGenerator" Version="5.3.*" />
+ <PackageReference Include="ReportGenerator" Version="5.4.*" />
26
</ItemGroup>
27
28
0 commit comments