Skip to content

Commit eba04ab

Browse files
authored
Update CONTRIBUTING.md (#8101)
2 parents 07b77a5 + 316aca0 commit eba04ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The server DLL is typically at `$roslynRepoRoot/artifacts/bin/Microsoft.CodeAnal
8282
1. Clone the [Razor repository](https://github.com/dotnet/razor). This repository contains the Razor server implementation.
8383
2. Follow the build instructions provided in the repository.
8484

85-
The server DLL is typically at `$razorRepoRoot/artifacts/bin/rzls/Debug/net8.0`.
85+
The server DLL is typically at `$razorRepoRoot/artifacts/bin/rzls/Debug/net9.0`.
8686

8787
### Debugging Local Language Servers
8888

@@ -135,7 +135,7 @@ In your workspace settings.json file, add the following lines:
135135

136136
```json
137137
"razor.languageServer.debug": true,
138-
"razor.languageServer.directory": "<razorRepoRoot>/artifacts/bin/rzls/Debug/net8.0",
138+
"razor.languageServer.directory": "<razorRepoRoot>/artifacts/bin/rzls/Debug/net9.0",
139139
"razor.server.trace": "Debug"
140140
```
141141

0 commit comments

Comments
 (0)