Migrated to .NET 5, added records

This commit is contained in:
2020-11-12 18:13:23 +01:00
parent c92808ac7d
commit f273823c93
15 changed files with 46 additions and 26 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>