You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when loading the add-in we get this error:
---------------------------
TestExactVersion Add-In - ExcelDna.Host
---------------------------
It was not possible to find a compatible framework version for .NET Desktop Runtime 8.0.0 x64.
You can download .NET Desktop Runtime 8.0.0 x64 from https://dotnet.microsoft.com/en-us/download/dotnet/
---------------------------
OK
---------------------------
This is because the generated .dna file does not include the patch version
We should extend the version support in the .dna file to include the minor and patch components too.
Taht would allow a user to fix a particular runtime patch version to target.
The text was updated successfully, but these errors were encountered:
This project file
creates a .runtimeconfig.json file like this:
which I expect should work with this runtime installation
However, when loading the add-in we get this error:
This is because the generated .dna file does not include the patch version
We should extend the version support in the .dna file to include the minor and patch components too.
Taht would allow a user to fix a particular runtime patch version to target.
The text was updated successfully, but these errors were encountered: