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 2d1ee97 commit 3141f6cCopy full SHA for 3141f6c
Directory.Build.props
@@ -31,4 +31,8 @@
31
<None Include="$(MSBuildThisFileDirectory)/internal/img/$(PackageIcon)" Pack="true" PackagePath="" />
32
<None Include="$(MsBuildThisFileDirectory)/$(PackageReadmeFile)" Pack="true" PackagePath="" />
33
</ItemGroup>
34
+ <!-- HACK Workaround for https://github.com/dotnet/sdk/issues/51265 -->
35
+ <PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
36
+ <RestoreEnablePackagePruning>false</RestoreEnablePackagePruning>
37
+ </PropertyGroup>
38
</Project>
0 commit comments