Skip to content

Commit

Permalink
coverlet updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteDecoder committed Mar 15, 2024
1 parent 705265f commit a95a067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.2.2",
"version": "5.2.3",
"commands": [
"reportgenerator"
]
Expand Down
4 changes: 2 additions & 2 deletions src/Queryology.Tests/Queryology.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.1">
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.3" />
<PackageReference Include="coverlet.msbuild" Version="6.0.1" />
<PackageReference Include="coverlet.msbuild" Version="6.0.2" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" />
Expand Down

0 comments on commit a95a067

Please sign in to comment.