Files
MikuSB/MikuSB.Updater/MikuSB.Updater.csproj
2026-04-28 20:19:17 +08:00

14 lines
391 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>MikuSB.Updater</AssemblyName>
<RootNamespace>MikuSB.Updater</RootNamespace>
</PropertyGroup>
</Project>