Files
MikuSB/MikuSB.Updater/MikuSB.Updater.csproj
2026-04-27 15:46:34 +09:00

14 lines
390 B
XML

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