Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Work around a .NET 10 RC2 build regression
  • Loading branch information
nblumhardt committed Nov 1, 2025
commit e2f18a2e22a2af072d2881eba880aafaa829fbed
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<!-- See https://github.com/NuGet/Home/issues/6001 -->
<NoWarn>NU5118</NoWarn>
<!-- Not required on .NET 10 GA -->
<RestoreEnablePackagePruning Condition=" '$(TargetFramework)' == 'net462' ">false</RestoreEnablePackagePruning>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading