SrcMod is a windows-only thing now.

This commit is contained in:
That-One-Nerd 2023-05-10 17:14:05 -04:00
parent 3f5319adc0
commit eee6306428

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>srcmod</AssemblyName>