We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4ca7a commit b8db271Copy full SHA for b8db271
Sdk/Sdk/Sdk.targets
@@ -50,4 +50,10 @@
50
<PropertyGroup>
51
<ConditionalBuildTarget Condition="'$(NoBuild)' != 'true'">Build</ConditionalBuildTarget>
52
</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
59
</Project>
0 commit comments