Update project structure

This commit is contained in:
Tyrrrz 2020-12-10 16:52:05 +02:00
parent 4c64977b71
commit 61d0ddeced
6 changed files with 6 additions and 9 deletions

13
Directory.Build.props Normal file
View file

@ -0,0 +1,13 @@
<Project>
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>2.25</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (c) Alexey Golub</Copyright>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
</PropertyGroup>
</Project>