DiscordChatExporter/Directory.Build.props

21 lines
580 B
Text
Raw Normal View History

2019-12-01 09:00:45 -05:00
<Project>
<PropertyGroup>
2021-11-08 15:44:38 -05:00
<TargetFramework>net6.0</TargetFramework>
2022-10-29 10:57:34 -04:00
<Version>2.36.4</Version>
2019-12-01 09:00:45 -05:00
<Company>Tyrrrz</Company>
<Copyright>Copyright (c) Oleksii Holub</Copyright>
2020-12-14 11:48:34 -05:00
<LangVersion>preview</LangVersion>
2019-12-01 09:00:45 -05:00
<Nullable>enable</Nullable>
2020-10-07 08:33:59 -04:00
<WarningsAsErrors>nullable</WarningsAsErrors>
2019-12-01 09:00:45 -05:00
</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>
2021-06-08 10:54:38 -04:00
</Project>