New: Build on Net6

This commit is contained in:
Qstick
2021-11-17 21:59:15 -06:00
parent c263c6f365
commit cb7cbb74e0
43 changed files with 139 additions and 138 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.3" />