Files
Ryujinx-greemdev/Directory.Build.props
2025-01-04 21:51:44 -03:00

8 lines
202 B
XML

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