Skip to content

Commit

Permalink
Bump .NET NuGet packages
Browse files Browse the repository at this point in the history
Bumps .NET dependencies to their latest versions for the .NET 7.0.203 SDK.

Bumps Microsoft.AspNetCore.Mvc.Testing from 7.0.4 to 7.0.5.
Bumps Microsoft.EntityFrameworkCore.Sqlite from 7.0.4 to 7.0.5.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dotnet-patch-automation-updater[bot] <131540216+dotnet-patch-automation-updater[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 27a3e55 commit 560cba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TodoApp/TodoApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="7.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.5" />
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.0.4" PrivateAssets="all" />
<PackageReference Include="NodaTime" Version="3.1.9" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/TodoApp.Tests/TodoApp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="GitHubActionsTestLogger" Version="2.0.2" />
<PackageReference Include="JustEat.HttpClientInterception" Version="4.0.0" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.32.0" />
<PackageReference Include="ReportGenerator" Version="5.1.20" />
Expand Down

0 comments on commit 560cba8

Please sign in to comment.