Skip to content

Commit

Permalink
Clear test's csprojs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRamosEs committed Sep 17, 2024
1 parent 8aadfeb commit c08bc30
Showing 1 changed file with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,4 @@
<ProjectReference Include="..\..\src\Encamina.Enmarcha.Entities.Abstractions\Encamina.Enmarcha.Entities.Abstractions.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.11.1" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Moq" Version="4.20.72" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="xunit" Version="2.9.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="xunit.analyzers" Version="1.16.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<PackageReference Update="xunit.extensibility.core" Version="2.9.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit c08bc30

Please sign in to comment.