mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
11 lines
351 B
XML
11 lines
351 B
XML
<Project>
|
|
<!-- Engine-specific properties. Content should not use this file. -->
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<LangVersion>10</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<WarningsAsErrors>nullable</WarningsAsErrors>
|
|
<Version>0.7.6</Version>
|
|
</PropertyGroup>
|
|
</Project>
|