Skip to content

Commit 62664da

Browse files
chore(deps): update dotnet monorepo to v8.0.7 (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ffbaa6 commit 62664da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/ArwynFr.IntegrationTesting/ArwynFr.IntegrationTesting.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.6" />
27-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.6" />
26+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.7" />
27+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.7" />
2828
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
2929
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
3030
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />

test/ArwynFr.IntegrationTesting.Tests.Target/ArwynFr.IntegrationTesting.Tests.Target.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.6">
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.7">
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.6" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7" />
1616
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" />
1717
</ItemGroup>
1818

test/ArwynFr.IntegrationTesting.Tests/ArwynFr.IntegrationTesting.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
</PackageReference>
1313
<PackageReference Include="FluentAssertions" Version="6.12.0" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.6" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)