Workaround Build Regression in .NET 10 RC2

https://github.com/dotnet/sdk/issues/51265
This commit is contained in:
Marius Thesing
2025-10-16 20:22:33 +02:00
parent 06ea59ee6d
commit 5a59ac9aa8
+5
View File
@@ -54,4 +54,9 @@
<PackageReference Include="Meziantou.Analyzer" PrivateAssets="all" />
<PackageReference Include="SonarAnalyzer.CSharp" PrivateAssets="all" />
</ItemGroup>
<!-- Workaround https://github.com/dotnet/sdk/issues/51265 -->
<PropertyGroup>
<RestoreEnablePackagePruning>false</RestoreEnablePackagePruning>
</PropertyGroup>
</Project>