Updating test projects

This commit is contained in:
Srushti Pasari94
2023-09-19 01:11:16 +05:30
parent d22efcc6f4
commit ee14ef3057
11 changed files with 119 additions and 91 deletions

View File

@@ -10,7 +10,11 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Moq" />
<PackageReference Include="NSubstitute" />
<PackageReference Include="NSubstitute.Analyzers.CSharp">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" />
<PackageReference Include="xunit.runner.console" />