Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Reynolds committed Nov 22, 2024
1 parent 5f73eab commit f44ab08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/Analyzer.Core.NuGet/Analyzer.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<dependency id="Newtonsoft.Json" version="13.0.3" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.1" />
<dependency id="Microsoft.PowerShell.SDK" version="7.4.1" />
<dependency id="Microsoft.PSRule.Rules.Azure" version="1.26.0-B0011" />
<dependency id="Microsoft.PSRule.SDK" version="2.8" />
<dependency id="Sarif.Sdk" version="2.4.12" />
<dependency id="System.IO.Abstractions" version="19.1.5" />
<dependency id="Microsoft.PSRule.Rules.Azure" version="1.33.2" />
<dependency id="Microsoft.PSRule.SDK" version="2.9.0" />
<dependency id="Sarif.Sdk" version="2.4.16" />
<dependency id="System.IO.Abstractions" version="20.0.4" />
</group>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions src/Analyzer.Reports.NuGet/Analyzer.Reports.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<dependencies>
<group targetFramework="net8.0">
<dependency id="Newtonsoft.json" version="13.0.3" />
<dependency id="Sarif.Sdk" version="2.4.12" />
<dependency id="System.IO.Abstractions" version="19.1.5" />
<dependency id="Sarif.Sdk" version="2.4.16" />
<dependency id="System.IO.Abstractions" version="20.0.4" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.1" />
</group>
</dependencies>
Expand Down

0 comments on commit f44ab08

Please sign in to comment.