Skip to content

Commit b8db271

Browse files
committed
Disable transitive packages. DataMiner can't deal with those.
1 parent 6f4ca7a commit b8db271

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sdk/Sdk/Sdk.targets

+6
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,10 @@
5050
<PropertyGroup>
5151
<ConditionalBuildTarget Condition="'$(NoBuild)' != 'true'">Build</ConditionalBuildTarget>
5252
</PropertyGroup>
53+
54+
<!-- Disable transitive packages (as DataMiner can't deal with that) -->
55+
<ItemGroup>
56+
<PackageReference Update="*" Condition="'$(PrivateAssets)' == ''" PrivateAssets="all" />
57+
</ItemGroup>
58+
5359
</Project>

0 commit comments

Comments
 (0)