Skip to content

Commit 60a875a

Browse files
angularsenclaude
andauthored
Update NuGet packages to latest stable (angularsen#1661)
## Summary Bumps centrally-managed NuGet package versions in [Directory.Packages.props](Directory.Packages.props) to the latest stable release. | Package | From | To | |---------|------|----| | Microsoft.NET.Test.Sdk | 18.0.1 | 18.5.1 | | NuGet.Protocol | 7.0.1 | 7.3.1 | | Serilog | 4.3.0 | 4.3.1 | `NuGet.Protocol` 7.3.1 clears the low-severity NU1901 advisories that triggered the original CI failure on angularsen#1657. As a result this PR makes angularsen#1660 unnecessary as a build-unblocker, though the comment-and-policy clean-up there still has independent value. `System.CommandLine.DragonFruit` is left at the existing `0.4.0-alpha.22272.1`; no newer stable version is published to the configured sources. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3283072 commit 60a875a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<ItemGroup>
66
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2" />
77
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />
8-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
8+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
99
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
10-
<PackageVersion Include="NuGet.Protocol" Version="7.0.1" />
11-
<PackageVersion Include="Serilog" Version="4.3.0" />
10+
<PackageVersion Include="NuGet.Protocol" Version="7.3.1" />
11+
<PackageVersion Include="Serilog" Version="4.3.1" />
1212
<PackageVersion Include="Serilog.Sinks.Console" Version="6.1.1" />
1313
<PackageVersion Include="System.CommandLine.DragonFruit" Version="0.4.0-alpha.22272.1" />
1414
<PackageVersion Include="xunit" Version="2.9.3" />

0 commit comments

Comments
 (0)