Remove unneeded project props

This commit is contained in:
Tyrrrz 2022-12-08 01:49:32 +02:00
parent 0bdbd44492
commit a8f89ec292

View file

@ -10,12 +10,4 @@
<WarningsAsErrors>nullable</WarningsAsErrors>
</PropertyGroup>
<!--
Even though the project builds against .NET 6, some dependencies
apparently rely on a specific version of the runtime.
-->
<PropertyGroup>
<RuntimeFrameworkVersion>6.0.9</RuntimeFrameworkVersion>
</PropertyGroup>
</Project>