Update mods to be a SDK.Web project and output library, this enables some features used by ASPNET

This commit is contained in:
CWX
2025-02-10 16:08:56 +00:00
parent a46381c3ef
commit cd26c6ca87
20 changed files with 39 additions and 22 deletions
@@ -3,10 +3,10 @@
<PropertyGroup>
<ServerGarbageCollection>true</ServerGarbageCollection>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>