Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit 7525cf7

Browse files
committed
WPF - net10でビルド可能に対応
1 parent 2a46e75 commit 7525cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KeySwitchManager/Sources/Runtime/Applications/WPF/Applications.WPF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net7.0-windows</TargetFramework>
5+
<TargetFramework>net10.0-windows</TargetFramework>
66
<UseWPF>true</UseWPF>
77
<AssemblyName>KeySwitchManager</AssemblyName>
88
<RootNamespace>KeySwitchManager.Applications.WPF</RootNamespace>

0 commit comments

Comments
 (0)