Skip to content

Commit 4c3efb0

Browse files
Bump dotnet monorepo to 9.0.8 (#1583)
| datasource | package | from | to | | ---------- | ------------------------------------ | ----- | ----- | | nuget | Microsoft.AspNetCore.Mvc.Testing | 9.0.7 | 9.0.8 | | nuget | Microsoft.AspNetCore.OpenApi | 9.0.7 | 9.0.8 | | nuget | Microsoft.EntityFrameworkCore.Sqlite | 9.0.7 | 9.0.8 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f44591f commit 4c3efb0

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.7" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.7" />
14+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.8" />
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.2" />
1515
<PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.6.0" />
16-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.7" />
16+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.8" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1818
<PackageReference Include="Microsoft.Playwright" Version="1.54.0" />
1919
<PackageReference Include="ReportGenerator" Version="5.4.11" />

0 commit comments

Comments
 (0)