[Feature] Update target version to Win 10 2004

Minimum target version kept at Win 10 1809
This commit is contained in:
Peter Kirmeier 2021-05-02 12:29:17 +02:00
parent 2fd0270a1b
commit 15609e7240
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>01d77f37-786a-4dc4-a1ad-bc1eec54eae3</ProjectGuid>
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>

View file

@ -39,5 +39,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.17.27")]
[assembly: AssemblyFileVersion("1.0.17.27")]
[assembly: AssemblyVersion("1.0.17.28")]
[assembly: AssemblyFileVersion("1.0.17.28")]