fix: Adds Ubuntu 14 and Linux Mint 17/18/19 support specifically (#908)

This commit is contained in:
Kamron Batman 2022-01-03 14:19:39 -08:00 committed by GitHub
parent 752407d6f4
commit ba378fc5f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 12 deletions

View file

@ -7,7 +7,7 @@
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="Zlib.Bindings" Version="1.7.2" />
<PackageReference Include="Zlib.Bindings" Version="1.8.0" />
<ProjectReference Include="..\Server\Server.csproj" />
<ProjectReference Include="..\UOContent\UOContent.csproj" />
<DataFiles Include="$(SolutionDir)\Distribution\Data\**" />