mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-01-10 03:37:30 -03:00
12 lines
288 B
XML
12 lines
288 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net6.0</TargetFramework>
|
||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
<Nullable>disable</Nullable>
|
||
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|