DiscordChatExporter/Directory.Build.props

13 lines
340 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>
2021-12-15 08:35:00 -05:00
<Version>2.31.1</Version>
2019-12-01 09:00:45 -05:00
<Company>Tyrrrz</Company>
<Copyright>Copyright (c) Alexey Golub</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>
2021-06-08 10:54:38 -04:00
</Project>