Forgot to make the project a library after testing

This commit is contained in:
Jackson Schuster 2024-02-22 08:47:34 -08:00
parent cd1b907f80
commit a4bee9104a

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>Library</OutputType>
<TargetFramework>$(NetCurrent)</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>