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

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-and-building-the-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Place the "Nuget.Config" file in your solution or project directory.
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:

```console
startvs.cmd EFCore.slnf
startvs.cmd EFCore.sln
```

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