Skip to content

A sample project for using IndexRange in UWP (min version < 16299)

License

Notifications You must be signed in to change notification settings

Baka632/IndexRangeTest.Uwp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IndexRangeTest.Uwp

This is a sample project for using IndexRange in UWP (even in Windows 10 Mobile)

Key steps

  1. Set TargetPlatformVersion to 16299 (Windows 10 Fall Creators Update)
  2. Modify Package.appxmanifest, add a new TargetDeviceFamily in Dependencies, like this:
<Dependencies>
  <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
  <!-- Modify MinVersion to suit your need-->
  <TargetDeviceFamily Name="Windows.Mobile" MinVersion="10.0.10240.0" MaxVersionTested="10.0.10240.0" />

</Dependencies>

Note: make sure you don't use apis/libraries that don't support your system version.

By doing these steps, these problems can't be warned in compile-time.

About

A sample project for using IndexRange in UWP (min version < 16299)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages