diff --git a/aspnetcore/migration/50-to-60.md b/aspnetcore/migration/50-to-60.md index 5418501a34..b8fbf66cb2 100644 --- a/aspnetcore/migration/50-to-60.md +++ b/aspnetcore/migration/50-to-60.md @@ -36,7 +36,7 @@ If you rely upon a [`global.json`](/dotnet/core/tools/global-json) file to targe { "sdk": { - "version": "5.0.100" -+ "version": "6.0.100-rc.2.21505.57" ++ "version": "6.0.100" } } ``` @@ -66,8 +66,8 @@ In the project file, update each [`Microsoft.AspNetCore.*`](https://www.nuget.or - - -+ -+ ++ ++ ```