Skip to content

Commit

Permalink
NUget defense updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteDecoder committed Apr 25, 2024
1 parent f6b9119 commit 9180aad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.4",
"version": "5.2.5",
"commands": [
"reportgenerator"
]
Expand Down
2 changes: 1 addition & 1 deletion src/Queryology.Abstractions/Queryology.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.4" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<AdditionalFiles Include="$(SolutionDir)\_stylecop\stylecop.json" Link="stylecop.json" />
<PackageReference Include="NuGetDefense" Version="4.0.4" />
<PackageReference Include="NuGetDefense" Version="4.0.5" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" />
<PackageReference Include="Microsoft.CodeAnalysis.Metrics" Version="3.3.4" />
Expand Down
2 changes: 1 addition & 1 deletion src/Queryology.Example/Queryology.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<AdditionalFiles Include="$(SolutionDir)\_stylecop\stylecop.json" Link="stylecop.json" />
<PackageReference Include="NuGetDefense" Version="4.0.4" />
<PackageReference Include="NuGetDefense" Version="4.0.5" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageReference Include="ByteDecoder.Common" Version="1.0.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<AdditionalFiles Include="$(SolutionDir)\_stylecop\stylecop.json" Link="stylecop.json" />
<PackageReference Include="NuGetDefense" Version="4.0.4" />
<PackageReference Include="NuGetDefense" Version="4.0.5" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" />
<PackageReference Include="Microsoft.CodeAnalysis.Metrics" Version="3.3.4" />
Expand Down
2 changes: 1 addition & 1 deletion src/Queryology/Queryology.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageReference Include="NuGetDefense" Version="4.0.4" />
<PackageReference Include="NuGetDefense" Version="4.0.5" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" />
<PackageReference Include="Microsoft.CodeAnalysis.Metrics" Version="3.3.4" />
Expand Down

0 comments on commit 9180aad

Please sign in to comment.