From 504ad0c0dfd4859362e9a3e9e7a9a0a4a0f6e895 Mon Sep 17 00:00:00 2001 From: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Tue, 3 Dec 2019 10:12:29 -0600 Subject: [PATCH] Update 3.1 version numbers for RTM (#15977) --- aspnetcore/migration/30-to-31.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnetcore/migration/30-to-31.md b/aspnetcore/migration/30-to-31.md index 1ac9ac5180..ca40a563f9 100644 --- a/aspnetcore/migration/30-to-31.md +++ b/aspnetcore/migration/30-to-31.md @@ -4,7 +4,7 @@ author: scottaddie description: Learn how to migrate an ASP.NET Core 3.0 project to ASP.NET Core 3.1. ms.author: scaddie ms.custom: mvc -ms.date: 11/26/2019 +ms.date: 12/03/2019 uid: migration/30-to-31 --- # Migrate from ASP.NET Core 3.0 to 3.1 @@ -37,7 +37,7 @@ If you rely upon a [global.json](/dotnet/core/tools/global-json) file to target { "sdk": { - "version": "3.0.101" -+ "version": "3.1.100-preview3-014645" ++ "version": "3.1.100" } } ``` @@ -65,8 +65,8 @@ In the project file, update each `Microsoft.AspNetCore.*` package reference's `V - - -+ -+ ++ ++ ```