Skip to content

Commit b9dd8f6

Browse files
committed
infra | integration tests packages bump
1 parent 229faa9 commit b9dd8f6

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

MangoAPI.Infrastructure/MangoAPI.Infrastructure.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,16 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.10" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.10">
17+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.14" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.14">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
22-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.10" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.10">
22+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.14" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.14">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>
27-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
2827
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
2928
</ItemGroup>
3029

MangoAPI.IntegrationTests/MangoAPI.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
26-
<PackageReference Include="FluentAssertions" Version="6.8.0" />
27-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
26+
<PackageReference Include="FluentAssertions" Version="6.10.0" />
27+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
2828
<PackageReference Include="Respawn" Version="6.0.0" />
2929
<PackageReference Include="xunit" Version="2.4.2" />
3030
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

0 commit comments

Comments
 (0)