Skip to content

Commit 9e8f14a

Browse files
committed
Bump .NET NuGet packages
Bumps .NET dependencies to their latest versions for the .NET 10.0.101 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.0 to 10.0.1. Bumps Microsoft.AspNetCore.OpenApi from 10.0.0 to 10.0.1. Bumps Microsoft.EntityFrameworkCore.Sqlite from 10.0.0 to 10.0.1. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]>
1 parent 784b05e commit 9e8f14a

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="10.0.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.0" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0" />
14+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.1" />
1616
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.9.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="7.0.2" />
1414
<PackageReference Include="JustEat.HttpClientInterception" Version="5.1.2" />
1515
<PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.7.0" />
16-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.0" />
16+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.1" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1818
<PackageReference Include="Microsoft.Playwright" Version="1.57.0" />
1919
<PackageReference Include="ReportGenerator" Version="5.5.1" />

0 commit comments

Comments
 (0)