Skip to content

Commit 7f22745

Browse files
chore(deps): update dotnet monorepo to v8.0.2 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa900f0 commit 7f22745

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ArwynFr.IntegrationTesting.Tests.Target/ArwynFr.IntegrationTesting.Tests.Target.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.1" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.2" />
1212
</ItemGroup>
1313

1414
</Project>

src/ArwynFr.IntegrationTesting/ArwynFr.IntegrationTesting.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.1" />
22-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.1" />
21+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.2" />
22+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.2" />
2323
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
2424
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
2525
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />

0 commit comments

Comments
 (0)