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.