Skip to content

Commit

Permalink
'CleanArchitecture.IntegrationTests.csproj' was modified and 'CleanAr…
Browse files Browse the repository at this point in the history
…chitecture.UnitTests.csproj' was modified

Modified : Tests/CleanArchitecture.IntegrationTests/CleanArchitecture.IntegrationTests.csproj
Modified : Tests/CleanArchitecture.UnitTests/CleanArchitecture.UnitTests.csproj
  • Loading branch information
samanazadi1996 committed Jan 21, 2025
1 parent 762b3db commit 0e789cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="Shouldly" Version="4.2.1" />
Expand Down

0 comments on commit 0e789cd

Please sign in to comment.