Ryujinx/Directory.Build.props
2024-12-27 11:17:46 -03:00

7 lines
202 B
XML

<Project>
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<LangVersion>latest</LangVersion>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>
</Project>