Skip to content

Commit 786d6ee

Browse files
authored
Update Creating a new code fix.md (#1331)
Update CodeFix docs
1 parent 466fcfc commit 786d6ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Creating a new code fix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ The unit test file contains a [single focused test](https://github.com/haf/expec
3434

3535
1. Using the `dotnet test` command:
3636
```bash
37-
dotnet test -f net6.0 ./test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj
37+
dotnet test -f net8.0 ./test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj
3838
```
3939

4040
2. Alternatively, using the `dotnet run` command:
4141
```bash
42-
dotnet run -f net6.0 --project ./test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj
42+
dotnet run -f net8.0 --project ./test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj
4343
```
4444

4545
This comprehensive approach ensures that the newly introduced code fix is properly integrated, tested, and ready for seamless integration into the FSAutocomplete environment.

0 commit comments

Comments
 (0)