Closed bitcrazed closed 7 years ago
See #https://github.com/Microsoft/BashOnWindows/issues/2316.
The MinVersion value in the Manifest's TargetDeviceFamily element specifies an OS build prior to the WSL Win32 API's availability in the OS.
MinVersion
TargetDeviceFamily
The element should be modified to match the following values:
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.16215.0" MaxVersionTested="10.0.16240.0" />
See #https://github.com/Microsoft/BashOnWindows/issues/2316.
The
MinVersion
value in the Manifest'sTargetDeviceFamily
element specifies an OS build prior to the WSL Win32 API's availability in the OS.The element should be modified to match the following values: