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
@@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>_2EditDatabase</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
</PropertyGroup>
<!-- TODO: Change to Nuget Package -->