Skip to content

Commit 58886ac

Browse files
authored
Fix typo inside Updating Versions page (#244)
1 parent 07decde commit 58886ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/migration/updating_versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Alternatively, regardless of the development environment, developers can manuall
4646
To do this:
4747

4848
1. Open your project's *.csproj* file
49-
2. Locate the `<PacakgeReference>` elements for any MonoGame referenced packages.
49+
2. Locate the `<PackageReference>` elements for any MonoGame referenced packages.
5050
3. Change the `Version=` attribute for each one to the current version of MonoGame (currently this is `3.8.2.1105`)
5151
4. Save the *.csproj* file.
5252

0 commit comments

Comments
 (0)