Skip to content

Commit

Permalink
Update requirements.md to new site and .net 8 (MonoGame#8145)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLegendXIII authored Jan 31, 2024
1 parent d4969c8 commit 1cc9357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions REQUIREMENTS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Depending on the [platform](Documentation/articles/platforms/0_platforms.md) that you are targeting, MonoGame has different sets of requirements.
Depending on the [platform](https://monogame.net/articles/platforms/) that you are targeting, MonoGame has different sets of requirements.

For desktop platforms
====================

MonoGame requires a .NET 6 SDK installation.
You can either install it [independently](https://dotnet.microsoft.com/download/dotnet), or by selecting the .NET workload when installing Visual Studio 2022 (version 17.0 and up required).
MonoGame requires a .NET 8 SDK installation.
You can either install it [independently](https://dotnet.microsoft.com/download/dotnet), or by selecting the .NET workload when installing Visual Studio 2022 (version 17.8 and up required).

If you are targeting WindowsDX, you are also going to need [the DirectX June 2010 runtime](https://www.microsoft.com/en-us/download/details.aspx?id=8109) for audio and gamepads to work properly.

Expand Down

0 comments on commit 1cc9357

Please sign in to comment.