Skip to content

Commit

Permalink
Fix target version
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitepower18 committed Dec 8, 2024
1 parent 77aeae6 commit 4364243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WSA System Control/WSA System Control.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
<TargetFramework>net9.0-windows10.0.22000.0</TargetFramework>
<RootNamespace>WSA_System_Control</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
Expand Down
2 changes: 1 addition & 1 deletion WSCPackage/WSCPackage.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>fa56a58a-2692-4be5-865a-4b91f5be5398</ProjectGuid>
<TargetPlatformVersion>10.0.22631.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
<DefaultLanguage>en</DefaultLanguage>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
Expand Down

0 comments on commit 4364243

Please sign in to comment.