Replies: 1 comment 5 replies
-
Hi. Right now there's no way, it takes the bitness from the operating system. Does the parameter you set in |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi,
We have a .NET 6 Desktop application (
net6.0-windows
) that has a 32-bit dependency which requires us to target it to x86.<PlatformTarget>x86</PlatformTarget>
I've successfully integrated DRB with the application project and, once installed, it detects that the .NET 6.0 Desktop runtime is missing, but it downloads/installs the x64 version, not the x86 version. Is there a way to force/suggest/hint that DRB needs to download/install the x86 version? I see in the documentation that you can specify certain versions, but didn't see a way to specify the platform.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions