Skip to content

Commit 0ec95a5

Browse files
committed
1 parent a11c6aa commit 0ec95a5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Directory.Build.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@
1818
<FileVersion>$(MinVerMajor).$(MinVerMinor).$(MinVerPatch).$(GITHUB_RUN_NUMBER)</FileVersion>
1919
</PropertyGroup>
2020
</Target>
21+
22+
<PropertyGroup>
23+
<RestoreEnablePackagePruning Condition="$(TargetFramework.StartsWith('net4'))">false</RestoreEnablePackagePruning>
24+
</PropertyGroup>
2125
</Project>

0 commit comments

Comments
 (0)