1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Limit latest JDK 9 release to uses with the latest version of Windows (i.e. to find lots of minor bugs before a more general release)

This commit is contained in:
Reinhard Pointner 2018-02-26 10:49:37 +07:00
parent ad172e0d1f
commit da4c40b02f

View File

@ -26,7 +26,7 @@
</Resources>
<Dependencies>
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.351" MaxVersionTested="10.0.16299.15" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.16299.248" MaxVersionTested="10.0.16299.248" />
<!-- Workaround for VS2013 / CoInitialize hack (see http://mail.openjdk.java.net/pipermail/swing-dev/2018-February/008323.html) -->
<PackageDependency Name="Microsoft.VCLibs.120.00.UWPDesktop" MinVersion="12.0.40653.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />