We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec95a5 commit 6a55a1eCopy full SHA for 6a55a1e
2 files changed
Directory.Build.props
@@ -58,6 +58,7 @@
58
59
<PropertyGroup Condition="'$(IsTestProject)' == 'true' AND '$(IsWindows)' == 'true'">
60
<TargetFrameworks>net10.0;net9.0;net48</TargetFrameworks>
61
+ <RestoreEnablePackagePruning Condition="$(TargetFramework.StartsWith('net4'))">false</RestoreEnablePackagePruning>
62
</PropertyGroup>
63
64
<PropertyGroup Condition="'$(IsTestProject)' == 'true'">
Directory.Build.targets
@@ -18,8 +18,4 @@
18
<FileVersion>$(MinVerMajor).$(MinVerMinor).$(MinVerPatch).$(GITHUB_RUN_NUMBER)</FileVersion>
19
20
</Target>
21
-
22
- <PropertyGroup>
23
- <RestoreEnablePackagePruning Condition="$(TargetFramework.StartsWith('net4'))">false</RestoreEnablePackagePruning>
24
- </PropertyGroup>
25
</Project>
0 commit comments