Skip to content

Commit 4180bbd

Browse files
author
git
committed
retargeting to Vb
1 parent a121d38 commit 4180bbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A mini-app for retrieving RSS feeds and viewing articles, showing MVVM and desig
1919
Users can specify the URL of a feed, view articles in a WebView control, and save favorite articles to local storage.
2020
This sample runs on the Universal Windows Platform (UWP).
2121

22-
> Note - This sample is targeted and tested for Windows 10, version 1903 (10.0; Build 18362), and Visual Studio 2019. If you prefer, you can use project properties to retarget the project(s) to Windows 10, version 1809 (10.0; Build 17763), and/or open the sample with Visual Studio 2017.
22+
> Note - This sample is targeted and tested for Windows 10, version 2004 (10.0; Build 19569), and Visual Studio 2019. If you prefer, you can use project properties to retarget the project(s) to Windows 10, version 1809 (10.0; Build 17763), and/or open the sample with Visual Studio 2017.
2323
2424
![RssReader app displaying some sample feeds](RssReader.png)
2525

RssReader/RSSReader.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<AssemblyName>RssReader</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
15-
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
14+
<TargetPlatformVersion>10.0.19569.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.19569.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
1818
<FileAlignment>512</FileAlignment>

0 commit comments

Comments
 (0)