Skip to content

Commit 5571075

Browse files
Bump the xunit group with 3 updates (#1477)
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.5 to 9.0.6 Bumps Microsoft.AspNetCore.OpenApi from 9.0.5 to 9.0.6 Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.5 to 9.0.6 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 057413f commit 5571075

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/TodoApp/TodoApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="9.4.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.5" />
14+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.6" />
1616
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.8.3" PrivateAssets="all" />
1717
</ItemGroup>
1818
<ItemGroup>

tests/TodoApp.Tests/TodoApp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="JunitXml.TestLogger" Version="6.1.0" />
1414
<PackageReference Include="JustEat.HttpClientInterception" Version="5.1.1" />
1515
<PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.6.0" />
16-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.5" />
16+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.6" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1818
<PackageReference Include="Microsoft.Playwright" Version="1.52.0" />
1919
<PackageReference Include="ReportGenerator" Version="5.4.7" />

0 commit comments

Comments
 (0)