Skip to content

Commit 9d1122d

Browse files
committed
Update CloudMirrorPackage TargetPlatformVersion (#267)
Per the following issue update the TargetPlatformVersion to 10.0.22621.0 (from the pre-release version of 10.022598.0): #267 Update Readme.md.
1 parent 7cbd99a commit 9d1122d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Samples/CloudMirror/CloudMirrorPackage/CloudMirrorPackage.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
3636
<PropertyGroup>
3737
<ProjectGuid>1fab5d02-237c-4b9c-b820-2eb7c3b6e63a</ProjectGuid>
38-
<TargetPlatformVersion>10.0.22598.0</TargetPlatformVersion>
38+
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
3939
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
4040
<DefaultLanguage>en-US</DefaultLanguage>
4141
<PackageCertificateKeyFile>CloudMirrorPackage_TemporaryKey.pfx</PackageCertificateKeyFile>

Samples/CloudMirror/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ The following functionality is implemented:
3131

3232
**Note** The Windows-classic-samples repo contains a variety of code samples that exercise the various programming models, platforms, features, and components available in Windows and/or Windows Server. This repo provides a Visual Studio solution (SLN) file for each sample, along with the source files, assets, resources, and metadata needed to compile and run the sample. For more info about the programming models, platforms, languages, and APIs demonstrated in these samples, check out the documentation on the [Windows Dev Center](https://dev.windows.com). This sample is provided as-is in order to indicate or demonstrate the functionality of the programming models and feature APIs for Windows and/or Windows Server.
3333

34-
This sample was created for Windows 10 Version 1809 using Visual Studio and the Windows SDK 10.0.22598.0, but in many cases it will run unaltered using later versions. Please provide feedback on this sample!
34+
This sample was originally created for Windows 10 Version 1809 using Visual Studio and the Windows SDK 10.0.22598.0 (pre-release). It has been updated to use Windows SDK 10.0.22621.0, but in many cases it will run unaltered using later versions.
35+
Please provide feedback on this sample!
3536

3637
To get a copy of Windows, go to [Downloads and tools](http://go.microsoft.com/fwlink/p/?linkid=301696).
3738

0 commit comments

Comments
 (0)