Skip to content

Commit 78db72e

Browse files
Bump NuGet packages
Update NuGet packages for .NET 10 preview 3.
1 parent 1435e66 commit 78db72e

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
@@ -9,8 +9,8 @@
99
<UserSecretsId>TodoApp</UserSecretsId>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="10.0.0-preview.2.25173.34" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0-preview.2.25163.8" />
12+
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="10.0.0-preview.3.25210.79" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0-preview.3.25171.6" />
1414
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.9.3" PrivateAssets="all" />
1515
</ItemGroup>
1616
<ItemGroup>

tests/TodoApp.Tests/TodoApp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
1212
<PackageReference Include="JustEat.HttpClientInterception" Version="5.1.2" />
1313
<PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.6.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.0-preview.2.25164.1" />
14+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.0-preview.3.25172.1" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
1616
<PackageReference Include="Microsoft.Playwright" Version="1.52.0" />
1717
<PackageReference Include="ReportGenerator" Version="5.4.8" />

0 commit comments

Comments
 (0)