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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to