Skip to content

Commit f8607fc

Browse files
Add toc
1 parent 409926d commit f8607fc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

articles/migration/updating_versions.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ title: Updating Versions
33
description: A guide on updating MonoGame when a new release is pushed.
44
---
55

6+
7+
- [Update Existing Projects](#update-existing-projects)
8+
- [Update Target Framework](#update-target-framework)
9+
- [Update NuGet References](#update-nuget-references)
10+
- [Visual Studio 2022](#visual-studio-2022)
11+
- [Manually Editing .csproj File (VSCode/Rider)](#manually-editing-csproj-file-vscoderider)
12+
- [Update MGCB Editor](#update-mgcb-editor)
13+
- [Updating Environment for New Projects](#updating-environment-for-new-projects)
14+
- [Update dotnet Templates](#update-dotnet-templates)
15+
- [Visual Studio 2022](#visual-studio-2022-1)
16+
- [dotnet CLI (VSCode/Rider)](#dotnet-cli-vscoderider)
17+
- [Update MGCB Editor](#update-mgcb-editor-1)
18+
- [Updating Environment for New Projects](#updating-environment-for-new-projects-1)
19+
- [Update dotnet Templates](#update-dotnet-templates-1)
20+
- [Visual Studio 2022](#visual-studio-2022-2)
21+
- [dotnet CLI (VSCode/Rider)](#dotnet-cli-vscoderider-1).
22+
623
When a new release of MonoGame is pushed, developers will need to manually update their development environment and/or existing project to make use of the new version. This guide is intended to walk you through the steps of performing these updates.
724

825
## Update Existing Projects

0 commit comments

Comments
 (0)