Skip to content

Commit 309ac96

Browse files
committed
Update the README.md to link to .NET 8
1 parent 44f4816 commit 309ac96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ See [LICENSE.md](LICENSE.md) in the repository root for more information.
5555

5656
### Building Managed
5757

58-
ClangSharp requires the [.NET 6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0) and can be built simply with `dotnet build -c Release`.
58+
ClangSharp requires the [.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) and can be built simply with `dotnet build -c Release`.
5959

6060
You can reproduce what the CI environment does by running `./scripts/cibuild.cmd` on Windows or `./scripts.cibuild.sh` on Unix.
6161
This will download the required .NET SDK locally and use that to build the repo; it will also run through all available actions in the appropriate order.

0 commit comments

Comments
 (0)