mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
parent
84e656ccfc
commit
8695942328
|
|
@ -10,4 +10,12 @@
|
||||||
<WarningsAsErrors>nullable</WarningsAsErrors>
|
<WarningsAsErrors>nullable</WarningsAsErrors>
|
||||||
</PropertyGroup>
|
</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>
|
</Project>
|
||||||
Loading…
Reference in a new issue