resonite/defaults/loader/Loader.csproj
Merith-TK f9f1b195c0
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 47s
begin work on monkeyloader
2025-01-07 18:29:41 +00:00

11 lines
319 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
</PropertyGroup>
</Project>