Skip to content

Commit 778bb1e

Browse files
committed
.NET 8 -> 10
1 parent 952ca57 commit 778bb1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a C++ rewrite of the old backend that lived at
88

99
## Developer Setup
1010

11-
- Install .NET 8 SDK [https://dotnet.microsoft.com/en-us/download/dotnet/8.0]
11+
- Install .NET 10 SDK [https://dotnet.microsoft.com/en-us/download/dotnet/10.0]
1212
- Install an IDE
1313
- Visual Studio 2022 was used for initial development.
1414
- 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
1818
## Building
1919

2020
In Visual Studio 2022, you can build the solution in Release mode, and find the
21-
compiled binaries at `RLBotCS\bin\Release\net8.0`.
21+
compiled binaries at `RLBotCS\bin\Release\net10.0`.
2222

2323
- Note: You can also build with the command `dotnet build -c "Release"`
2424

0 commit comments

Comments
 (0)