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:
parent
0fa2e5cedb
commit
bde5357f89
6 changed files with 511 additions and 406 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue