mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 01:05:42 +00:00
Workaround Build Regression in .NET 10 RC2
https://github.com/dotnet/sdk/issues/51265
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user