mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 03:06:53 -04:00
21 lines
No EOL
580 B
XML
21 lines
No EOL
580 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Version>2.36.1</Version>
|
|
<Company>Tyrrrz</Company>
|
|
<Copyright>Copyright (c) Oleksii Holub</Copyright>
|
|
<LangVersion>preview</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<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> |