You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jason Dove (JIRA)" <ji...@apache.org> on 2016/03/18 21:48:33 UTC

[jira] [Created] (CB-10909) CordovaApp.Windows10.jsproj does not have TargetPlatformMinVersion set correctly

Jason Dove created CB-10909:
-------------------------------

             Summary: CordovaApp.Windows10.jsproj does not have TargetPlatformMinVersion set correctly
                 Key: CB-10909
                 URL: https://issues.apache.org/jira/browse/CB-10909
             Project: Apache Cordova
          Issue Type: Bug
          Components: Windows
         Environment: Windows 10, Cordova CLI 6.0.0, Cordova windows 4.3.1 engine, VS2015
            Reporter: Jason Dove


In config.xml I have set the Windows.Universal-MinVersion to 10.0.10586.0, but in the CordovaApp.Windows10.jsproj the TargetPlatformMinVersion still says 10.0.10240.0.

Config.xml setting:
<preference name="Windows.Universal-MinVersion" value="10.0.10586.0" />

jsproj:
    <PropertyGroup>
       <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
       <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
       <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
       <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
       <UapDefaultAssetScale>100</UapDefaultAssetScale>
    </PropertyGroup>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org