We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ea59e commit 5a59ac9Copy full SHA for 5a59ac9
Directory.Build.props
@@ -54,4 +54,9 @@
54
<PackageReference Include="Meziantou.Analyzer" PrivateAssets="all" />
55
<PackageReference Include="SonarAnalyzer.CSharp" PrivateAssets="all" />
56
</ItemGroup>
57
+
58
+ <!-- Workaround https://github.com/dotnet/sdk/issues/51265 -->
59
+ <PropertyGroup>
60
+ <RestoreEnablePackagePruning>false</RestoreEnablePackagePruning>
61
+ </PropertyGroup>
62
</Project>
0 commit comments