You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-and-building-the-code.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Place the "Nuget.Config" file in your solution or project directory.
80
80
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:
81
81
82
82
```console
83
-
startvs.cmd EFCore.slnf
83
+
startvs.cmd EFCore.sln
84
84
```
85
85
86
86
You can inspect the script and use similar configuration for other IDEs.
0 commit comments