Skip to content

Commit

Permalink
Update .NET version references
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris92de committed Aug 11, 2024
1 parent 6561b97 commit 21d38e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/development/core/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This documentation page will help you set up a directory containing everything y
## Prerequisites

Start by installing [Docker Engine](https://docs.docker.com/engine/install/) and [Docker Compose](https://docs.docker.com/compose/install/) depending on your OS.
You will also need [.NET 7](https://dotnet.microsoft.com/en-us/download)
You will also need [.NET 8](https://dotnet.microsoft.com/en-us/download)

## Setting up a server

Expand Down
4 changes: 2 additions & 2 deletions docs/development/core/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# About EvoSC#

EvoSC# (spoken: EvoSC Sharp) is a server controller for Trackmania 2020 dedicated servers.
It has been written from the ground up in C# / .NET 6.0 to be modular, performant and easy to use.
It is currently still in development, so expect braking changes to happen at any time.
It has been written from the ground up in C# / .NET 8 to be modular, performant and easy to use.
It is currently still in development, so expect breaking changes to happen at any time.
___

This documentation is still being worked on, so please be patient while we fill in all the information.

0 comments on commit 21d38e9

Please sign in to comment.