We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952ca57 commit 778bb1eCopy full SHA for 778bb1e
1 file changed
README.md
@@ -8,7 +8,7 @@ This is a C++ rewrite of the old backend that lived at
8
9
## Developer Setup
10
11
-- Install .NET 8 SDK [https://dotnet.microsoft.com/en-us/download/dotnet/8.0]
+- Install .NET 10 SDK [https://dotnet.microsoft.com/en-us/download/dotnet/10.0]
12
- Install an IDE
13
- Visual Studio 2022 was used for initial development.
14
- Rider and VS Code are also known to work.
@@ -18,7 +18,7 @@ This is a C++ rewrite of the old backend that lived at
18
## Building
19
20
In Visual Studio 2022, you can build the solution in Release mode, and find the
21
-compiled binaries at `RLBotCS\bin\Release\net8.0`.
+compiled binaries at `RLBotCS\bin\Release\net10.0`.
22
23
- Note: You can also build with the command `dotnet build -c "Release"`
24
0 commit comments