fix: Removes Moq due to privacy concerns (#1445)

Due to privacy/security concerns, Moq has been removed.

See: https://github.com/moq/moq/issues/1372
This commit is contained in:
Kamron Batman 2023-08-09 08:12:45 -07:00 committed by GitHub
parent 0fa2e5cedb
commit bde5357f89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 511 additions and 406 deletions

View file

@ -4,8 +4,7 @@
<Configurations>Debug;Release;Analyze</Configurations>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" />
<ProjectReference Include="..\Server\Server.csproj" />