Skip to content

Commit 5c0c8b7

Browse files
Update to ASP.NET Core 7 RC1
Update to release candidate 1 of ASP.NET Core 7.
1 parent 2b097b4 commit 5c0c8b7

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.7.22377.5",
3+
"version": "7.0.100-rc.1.22431.12",
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.7.22409.64" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-preview.7.22376.2" />
12+
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="7.0.0-rc.1.22464.57" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-rc.1.22426.7" />
1414
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="4.8.4" PrivateAssets="all" />
1515
<PackageReference Include="NodaTime" Version="3.1.3" />
1616
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />

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.2" />
1212
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
13-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0-preview.7.22376.6" />
13+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0-rc.1.22427.2" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
1515
<PackageReference Include="Microsoft.Playwright" Version="1.27.0" />
1616
<PackageReference Include="ReportGenerator" Version="5.1.10" />

0 commit comments

Comments
 (0)