Update DBMerger

This commit is contained in:
Natsumi
2025-11-20 21:08:13 +11:00
parent 39a8685f0d
commit 2a950abe1c
2 changed files with 7 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputPath>..\build\DBMerger\</OutputPath>
<OutputPath>..\..\build\DBMerger\</OutputPath>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<Configurations>Debug;Release</Configurations>
<Platforms>x64</Platforms>
<PlatformTarget>x64</PlatformTarget>