Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40bb86e

Browse files
authored
Fixed typo in getting-and-building-the-code.md (#33166)
1 parent 69fdc92 commit 40bb86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-and-building-the-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Place the "Nuget.Config" file in your solution or project directory.
8080
The build script installs a preview .NET Core SDK. In order to make sure Visual studio (or any other IDE) is using same SDK, certain environment variables need to be set. To configure your local environment and open solution file in Visual Studio, run following command:
8181

8282
```console
83-
startvs.cmd EFCore.slnf
83+
startvs.cmd EFCore.sln
8484
```
8585

8686
You can inspect the script and use similar configuration for other IDEs.

0 commit comments

Comments
 (0)