Enforce a higher version of .NET runtime

Closes #941
This commit is contained in:
Tyrrrz
2022-10-02 13:42:46 +03:00
parent 84e656ccfc
commit 8695942328

View File

@@ -10,4 +10,12 @@
<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>