Commit 130dbe0
msftbot[bot]
Updated min and target SDKs and removed redundant conditional execution paths. (#3478)
Also, removed any WinJS reference.
## Fixes #3440
## PR Type
What kind of change does this PR introduce?
<!-- Please uncomment one or more that apply to this PR. -->
- Build or CI related changes
## What is the current behavior?
Target SDK = 18362
Min SDK = 16299
## What is the new behavior?
Target SDK = 19041
Min SDK = 17763
## PR Checklist
Please check if your PR fulfills the following requirements:
- [X] Tested code with current [supported SDKs](../readme.md#supported)
- [ ] Pull Request has been submitted to the documentation repository [instructions](..\contributing.md#docs). Link: <!-- docs PR link -->
- [X] Sample in sample app has been added / updated (for bug fixes / features)
- [ ] Icon has been created (if new sample) following the [Thumbnail Style Guide and templates](https://github.com/windows-toolkit/WindowsCommunityToolkit-design-assets)
- [ ] Tests for the changes have been added (for bug fixes / features) (if applicable)
- [X] Header has been added to all new source files (run *build/UpdateHeaders.bat*)
- [ ] Contains **NO** breaking changes
This PR does have breaking changes, as expected by #3062.File tree
105 files changed
+261
-1521
lines changed- GazeInputTest
- Microsoft.Toolkit.Services
- Microsoft.Toolkit.Uwp.Connectivity
- BluetoothLEHelper
- Microsoft.Toolkit.Uwp.DeveloperTools
- Microsoft.Toolkit.Uwp.Input.GazeInteraction
- Microsoft.Toolkit.Uwp.Notifications.JavaScript
- Microsoft.Toolkit.Uwp.Notifications
- Microsoft.Toolkit.Uwp.SampleApp
- Models
- Pages
- SamplePages
- BluetoothLEHelper
- DropShadowPanel
- ImageEx
- Light
- LiveTile
- TextToolbar
- Toast
- ViewExtensions
- WeatherLiveTileAndToast
- Styles
- Microsoft.Toolkit.Uwp.Samples.BackgroundTasks
- Microsoft.Toolkit.Uwp.UI.Animations
- Behaviors
- CompositionAnimations/Animations
- ConnectedAnimations
- Effects
- Extensions
- Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.Design
- Microsoft.Toolkit.Uwp.UI.Controls.DataGrid
- DataGrid
- Utilities
- Microsoft.Toolkit.Uwp.UI.Controls.Design
- Microsoft.Toolkit.Uwp.UI.Controls.Layout
- Microsoft.Toolkit.Uwp.UI.Controls.Markdown.Design
- Microsoft.Toolkit.Uwp.UI.Controls.Markdown
- MarkdownTextBlock
- Render
- Microsoft.Toolkit.Uwp.UI.Controls
- CameraPreview
- DropShadowPanel
- ImageEx
- InAppNotification
- Menu
- TileControl
- UniformGrid
- Microsoft.Toolkit.Uwp.UI.Media
- Microsoft.Toolkit.Uwp.UI
- Extensions
- StatusBar
- SurfaceDialTextbox
- TitleBar
- Helpers
- Microsoft.Toolkit.Uwp
- Helpers
- CameraHelper
- RemoteDeviceHelper
- UnitTests
- UnitTests.HighPerformance.UWP
- UnitTests.Notifications.UWP
- UnitTests.Notifications.WinRT
- UnitTests.UWP
- UnitTests.XamlIslands.Package
- UnitTests.XamlIslands.UWPApp
- UnitTests.XamlIslands
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
105 files changed
+261
-1521
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 29 | | |
36 | 30 | | |
37 | 31 | | |
| |||
82 | 76 | | |
83 | 77 | | |
84 | 78 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 79 | | |
92 | 80 | | |
93 | 81 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 0 additions & 11 deletions
This file was deleted.
0 commit comments