Remove Mono Builds

This commit is contained in:
Qstick
2021-02-20 01:18:59 -05:00
parent 0b45929ccc
commit 030ef6dce6
43 changed files with 52 additions and 268 deletions

View File

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