Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-10909

CordovaApp.Windows10.jsproj does not have TargetPlatformMinVersion set correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • None
    • cordova-windows
    • Windows 10, Cordova CLI 6.0.0, Cordova windows 4.3.1 engine, VS2015

    Description

      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>

      Attachments

        Activity

          People

            rakatyal Raghav Katyal
            jason_d Jason D
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: