-
Hi, I am using the below code to check the core runtime using wix toolset v3. I am using it in bootstrapper bundle file. The problem with this code is, we need to add new key whenever the .net runtime core got released with new version. Can we have any way to use the regex or * like filter so that we can check if minimum version is 3.1.4 or later version? Please suggest any better way to verify the core runtime version with documentation, example.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Detecting .NET Core is pretty challenging. There is this open issue that some MSFT team members were working on for a while but not sure what the status of it is now. You might follow up with the people there to see how you can help get the feature completed. |
Beta Was this translation helpful? Give feedback.
Detecting .NET Core is pretty challenging. There is this open issue that some MSFT team members were working on for a while but not sure what the status of it is now.
You might follow up with the people there to see how you can help get the feature completed.