From 63bcee6e8d51a02b12652a5ab4765003139f3f94 Mon Sep 17 00:00:00 2001 From: Christopher Whitley <103014489+AristurtleDev@users.noreply.github.com> Date: Fri, 16 Aug 2024 18:54:15 -0400 Subject: [PATCH] Fix toc --- articles/migration/updating_versions.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/articles/migration/updating_versions.md b/articles/migration/updating_versions.md index 83eb3c5..0d535ca 100644 --- a/articles/migration/updating_versions.md +++ b/articles/migration/updating_versions.md @@ -14,11 +14,6 @@ description: A guide on updating MonoGame when a new release is pushed. - [Update dotnet Templates](#update-dotnet-templates) - [Visual Studio 2022](#visual-studio-2022-1) - [dotnet CLI (VSCode/Rider)](#dotnet-cli-vscoderider) - - [Update MGCB Editor](#update-mgcb-editor-1) -- [Updating Environment for New Projects](#updating-environment-for-new-projects-1) - - [Update dotnet Templates](#update-dotnet-templates-1) - - [Visual Studio 2022](#visual-studio-2022-2) - - [dotnet CLI (VSCode/Rider)](#dotnet-cli-vscoderider-1). When a new release of MonoGame is pushed, developers will need to manually update their development environment and/or existing project to make use of the new version. This guide is intended to walk you through the steps of performing these updates.