Harvesting with Runtime Configuration Files #7971
vinnyrom
started this conversation in
WiX Development
Replies: 0 comments
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.
-
Has there been any consideration for harvesting projects using the *.runtimeconfig.json and *.deps.json files they produce? The APIs to access that information are in the Microsoft.Extensions.DependencyModel namespace. My WiX projects are in a separate solution, so project harvesting is not viable. I'm currently using HarvestDirectory, but it can be a bit of a pain keep components properly organized after NuGet package updates.
Beta Was this translation helpful? Give feedback.
All reactions