dayzdockerserver/web/client/proj.csproj
2024-07-26 21:48:38 -07:00

16 lines
416 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<Reference Include="Steamworks.NET">
<HintPath>\usr\local\steamworks.net\OSX-Linux-x64\Steamworks.NET.dll</HintPath>
</Reference>
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>