Files
RobustToolbox/MSBuild/Robust.Engine.props
2021-11-14 22:46:13 +01:00

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>