File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 <ItemGroup >
1313 <PackageReference Include =" coverlet.collector" Version =" 6.0.0" />
14- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8.0.11" />
15- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.11" />
1614 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
1715 <PackageReference Include =" xunit" Version =" 2.5.3" />
1816 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.3" />
2321 </ItemGroup >
2422
2523 <ItemGroup >
26- <ProjectReference Include =" ..\..\src\BackEnd\RecipesApp.API\RecipesApp.API.csproj" />
2724 <ProjectReference Include =" ..\CommonTestUtilities\CommonTestUtilities.csproj" />
2825 </ItemGroup >
2926
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10+ <ProjectReference Include =" ..\..\src\BackEnd\RecipesApp.API\RecipesApp.API.csproj" />
1011 <ProjectReference Include =" ..\..\src\BackEnd\RecipesApp.Application\RecipesApp.Application.csproj" />
1112 <ProjectReference Include =" ..\..\src\Shared\RecipesApp.Communication\RecipesApp.Communication.csproj" />
1213 </ItemGroup >
1314
1415 <ItemGroup >
1516 <PackageReference Include =" Bogus" Version =" 35.6.1" />
1617 <PackageReference Include =" Moq" Version =" 4.20.72" />
18+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.11" />
19+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8.0.11" />
1720 </ItemGroup >
1821
1922</Project >
You can’t perform that action at this time.
0 commit comments