cruelman/CruelMan.csproj
2024-01-20 13:52:41 +01:00

13 lines
304 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<!-- <ImplicitUsings>enable</ImplicitUsings> -->
<!-- <Nullable>enable</Nullable> -->
</PropertyGroup>
<ItemGroup>
<Reference Include="libs/*.dll" />
</ItemGroup>
</Project>