[WiX V4] Why is DotNetCompatibilityCheckRef not allowed in Bundle? #7930
Unanswered
NJullienSweet
asked this question in
Questions
Replies: 1 comment
-
DotNetCompatibility check is only supported in MSIs and MSMs. You can see that in the documentation because of the allowed parents: https://wixtoolset.org/docs/schema/netfx/dotnetcompatibilitycheck/ DotNetCoreSdkSearch is only supported in Bundles. You can see that in the documentation because of the allowed parents: https://wixtoolset.org/docs/schema/netfx/dotnetcoresdksearch/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the title says, I'm wondering why you apparently only need to declare a
DotNetCompatibilityCheck
element in aFragment
for a bundle, but needDotNetCompatibilityCheckRef
for a package. When I try to add aDotNetCompatibilityCheckRef
in aBundle
, I get the following error line:Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions