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
Current state of the master branch fails to compile with msbuild command line.
PR #101 introduced the HRESULT HCS_E_HYPERV_NOT_INSTALLED which seems to be defined in Windows 10 SDK, version 1809 (10.0.17763.0), a few releases behind the latest, but the launcher project file targets version 10.0.16299, thus resulting in the undeclared identifier compilation error.
The fix seems to be simple: upgrade the target SDK to a proper version. To which version of the SDK should we upgrade to?
The text was updated successfully, but these errors were encountered:
Hello, everyone! Happy new year!
Current state of the
master
branch fails to compile with msbuild command line.PR #101 introduced the HRESULT
HCS_E_HYPERV_NOT_INSTALLED
which seems to be defined in Windows 10 SDK, version 1809 (10.0.17763.0), a few releases behind the latest, but the launcher project file targets version 10.0.16299, thus resulting in the undeclared identifier compilation error.The fix seems to be simple: upgrade the target SDK to a proper version. To which version of the SDK should we upgrade to?
The text was updated successfully, but these errors were encountered: