New: Build with NET5

This commit is contained in:
ta264
2021-02-10 21:52:48 +00:00
parent 52337350d9
commit da1686b53c
42 changed files with 853 additions and 1015 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net462;net5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="8.6.2" />