Skip to content

Commit

Permalink
Update .NET version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wixoaGit committed Dec 22, 2023
1 parent dc914a0 commit 60c5783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The first step to building OpenDream is initializing the submodule for the game

To do this, simply run `git submodule update --init --recursive` in git bash and let it finish.

**OpenDream requires .NET 7.** You can check your version by running `dotnet --version`. It should be at least `7.0.0`.
**OpenDream requires .NET 8.** You can check your version by running `dotnet --version`. It should be at least `8.0.0`.

To build, one can use a C# compiler (such as MSBuild) to compile the various projects described in the solution.

Expand Down

0 comments on commit 60c5783

Please sign in to comment.