Use shared props file

This commit is contained in:
Alexey Golub 2019-12-01 16:00:45 +02:00
parent 9a52c6a6f6
commit 632b9f953b
8 changed files with 17 additions and 24 deletions

View file

@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../DiscordChatExporter.props" />
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>