From d69aa4dccdfbee89c118de3feb77b12f1a8f0142 Mon Sep 17 00:00:00 2001 From: behrooz bozorg chami Date: Tue, 9 Nov 2021 13:57:16 +0330 Subject: [PATCH] replace .net6 rc with .net 6 (#23807) --- aspnetcore/migration/50-to-60.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 - - -+ -+ ++ ++ ```