Skip to content

Commit a781e2e

Browse files
Update build tools and target framework
1 parent adac7b5 commit a781e2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.22000.0</TargetFramework>
4+
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
55
<RootNamespace>WSA_System_Control</RootNamespace>
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>

WSCPackage/WSCPackage.wapproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@
167167
</ItemGroup>
168168
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
169169
<ItemGroup>
170-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" PrivateAssets="all" />
170+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" PrivateAssets="all" />
171171
</ItemGroup>
172172
<ItemGroup>
173173
<ProjectReference Include="..\WSA System Control\WSA System Control.csproj" />
174174
</ItemGroup>
175-
</Project>
175+
</Project>

0 commit comments

Comments
 (0)