Skip to content

Commit 6a55a1e

Browse files
committed
⚗️ RC2 is a mess; lets see if this fix it
1 parent 0ec95a5 commit 6a55a1e

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858

5959
<PropertyGroup Condition="'$(IsTestProject)' == 'true' AND '$(IsWindows)' == 'true'">
6060
<TargetFrameworks>net10.0;net9.0;net48</TargetFrameworks>
61+
<RestoreEnablePackagePruning Condition="$(TargetFramework.StartsWith('net4'))">false</RestoreEnablePackagePruning>
6162
</PropertyGroup>
6263

6364
<PropertyGroup Condition="'$(IsTestProject)' == 'true'">

Directory.Build.targets

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,4 @@
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>
2521
</Project>

0 commit comments

Comments
 (0)