[ 
https://issues.apache.org/jira/browse/CB-10909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15226953#comment-15226953
 ] 

Raghav Katyal commented on CB-10909:
------------------------------------

This is the way it is designed currently. These preferences reflect only in the 
appxmanifest files and not in csproj files. The csproj file sets these values 
based on the SDKs installed on your system. We are however planning to create a 
new preference which will allow to change the value in the csproj files as well.

> 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