From 90f40c8958bdb36b66e1847fb1db5e64fa838596 Mon Sep 17 00:00:00 2001 From: Zerocchi Date: Tue, 10 Feb 2026 08:59:31 +0800 Subject: [PATCH] Fix typo inside Updating Versions page --- articles/migration/updating_versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/migration/updating_versions.md b/articles/migration/updating_versions.md index 12605e04..99fc7f0c 100644 --- a/articles/migration/updating_versions.md +++ b/articles/migration/updating_versions.md @@ -46,7 +46,7 @@ Alternatively, regardless of the development environment, developers can manuall To do this: 1. Open your project's *.csproj* file -2. Locate the `` elements for any MonoGame referenced packages. +2. Locate the `` elements for any MonoGame referenced packages. 3. Change the `Version=` attribute for each one to the current version of MonoGame (currently this is `3.8.2.1105`) 4. Save the *.csproj* file.