You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/migration/migrate_38.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: Migrating from 3.8.0 or later to 3.8.4.1
3
-
description: A guide on migrating a MonoGame v3.8 project to the current 3.8.4 version of MonoGame.
2
+
title: Upgrading MonoGame projects from 3.8.0 or later to 3.8.4.1
3
+
description: A guide on upgrading a MonoGame v3.8 project to the current 3.8.4.1 + versions of MonoGame.
4
4
---
5
5
6
-
Migrating from earlier 3.8 releases should be straightforward for most platforms.
6
+
Upgrading existing projects from earlier 3.8 releases should be straightforward for most platforms.
7
7
8
8
The major difference is that 3.8.4 onward recommends using .NET 9 in your client project (mandatory for Mobile projects by the DotNet Framework). You can follow the [environment setup tutorial](../getting_started/index.md) to make sure that you are not missing any components.
0 commit comments