diff --git a/Documentation/articles/migrate_381.md b/Documentation/articles/migrate_381.md index 8aad52c778a..6ebb792cf54 100644 --- a/Documentation/articles/migrate_381.md +++ b/Documentation/articles/migrate_381.md @@ -12,12 +12,14 @@ Edit your .csproj file of the main project and replace: to: ```xml - - - - - - + + + + + + + + ``` where {Platform} is Windows, DesktopGL, Android, etc. @@ -31,12 +33,13 @@ For libraries, edit your .csproj file and replace: to: ```xml - - - - - - + + + + + + + ``` ### Migrating Framework (Android) diff --git a/Documentation/articles/migrate_3_11.md b/Documentation/articles/migrate_3_11.md new file mode 100644 index 00000000000..a38a4a1dd1a --- /dev/null +++ b/Documentation/articles/migrate_3_11.md @@ -0,0 +1,72 @@ +# Migrating from 3.11 to 3.12 + + +## Migrating Framework + +Edit your .csproj file and replace: + +```xml + + + + + + +``` + +to: + +```xml + + + + + + + + +``` + +For libraries, edit your .csproj file and replace: + +```xml + + + + + + +``` + +to: + +```xml + + + + + + + +``` + +## Migrating Content Builder + +Edit your .csproj file and replace: + +```xml + + + +``` + +to: + +```xml + + + +``` + +if your importers require Windows libraries (WinForms,WPF), use the 'nkast.Xna.Framework.Content.Pipeline.Builder.Windows' package. +