Skip to content

Commit 4364243

Browse files
Fix target version
1 parent 77aeae6 commit 4364243

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WSA System Control/WSA System Control.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
4-
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
4+
<TargetFramework>net9.0-windows10.0.22000.0</TargetFramework>
55
<RootNamespace>WSA_System_Control</RootNamespace>
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>

WSCPackage/WSCPackage.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
5252
<PropertyGroup>
5353
<ProjectGuid>fa56a58a-2692-4be5-865a-4b91f5be5398</ProjectGuid>
54-
<TargetPlatformVersion>10.0.22631.0</TargetPlatformVersion>
54+
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
5555
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
5656
<DefaultLanguage>en</DefaultLanguage>
5757
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>

0 commit comments

Comments
 (0)