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

Commit 2a46e75

Browse files
committed
CLI - net10でビルド可能に対応
1 parent 2ecf373 commit 2a46e75

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

KeySwitchManager/Sources/Runtime/Applications/CLI/Applications.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<PropertyGroup>
44
<!-- Assembly / Common -->
55
<OutputType>Exe</OutputType>
6-
<TargetFramework>net7.0</TargetFramework>
76
<AssemblyName>KeySwitchManager</AssemblyName>
87
<RootNamespace>KeySwitchManager.Applications.CLI</RootNamespace>
98
<Company>R-Koubou</Company>
109
<Product>KeySwitchManager CLI Application</Product>
1110
<Version>0.5.3</Version>
1211
<Description>KeySwitchManager CLI Application</Description>
1312
<Nullable>enable</Nullable>
13+
<TargetFramework>net10.0</TargetFramework>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

KeySwitchManager/Sources/Runtime/Applications/CLI/GenerateLauncher.msbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ dotnet %~dp0\$(AssemblyName).dll %*
1616
</PropertyGroup>
1717

1818
<WriteLinesToFile
19-
File="$(OutDir)/ksm.sh"
19+
File="$(OutputPath)/ksm.sh"
2020
Overwrite="true"
2121
Lines="$(BashLauncherText)"/>
2222

2323
<WriteLinesToFile
24-
File="$(OutDir)/ksm.bat"
24+
File="$(OutputPath)/ksm.bat"
2525
Overwrite="true"
2626
Lines="$(DosLauncherText)"/>
2727

KeySwitchManager/Sources/Runtime/Applications/CLI/publish.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)