Skip to content

Commit a7b5899

Browse files
Update to ASP.NET Core 7 preview 5
Update to preview 5 of ASP.NET Core 7.
1 parent a28fffa commit a7b5899

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.100-preview.4.22252.9",
3+
"version": "7.0.100-preview.5.22307.18",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor"
66
}

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="7.0.0-preview.4.22260.74" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-preview.4.22229.2" />
12+
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="7.0.0-preview.5.22314.69" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-preview.5.22302.2" />
1414
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="4.7.3" PrivateAssets="all" />
1515
<PackageReference Include="NodaTime" Version="3.1.0" />
1616
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.1" />

tests/TodoApp.Tests/TodoApp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="GitHubActionsTestLogger" Version="2.0.1" />
1111
<PackageReference Include="JustEat.HttpClientInterception" Version="3.1.1" />
1212
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
13-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0-preview.4.22251.1" />
13+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0-preview.5.22303.8" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
1515
<PackageReference Include="Microsoft.Playwright" Version="1.22.0" />
1616
<PackageReference Include="ReportGenerator" Version="5.1.9" />

0 commit comments

Comments
 (0)