[ 
https://issues.apache.org/jira/browse/CB-10909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raghav Katyal resolved CB-10909.
--------------------------------
    Resolution: Fixed

> 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 D
>            Assignee: Raghav Katyal
>            Priority: Minor
>              Labels: mustfix, triaged
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to