-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
Description
Is there a single ClearScript V8 package we could include that automatically works on all supported platforms?
Our package reference looks like this:
<PackageReference Include="Microsoft.ClearScript;Microsoft.ClearScript.osx-x64;Microsoft.ClearScript.osx-arm64;Microsoft.ClearScript.linux-x64" />
We sometimes get customers using new platforms and have to spend a lot of time debugging why the program isn't working on their end. It would be helpful if we could reduce this down to a single cross-platform package.