Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ startvs.cmd

To build from the command line:
```
dotnet build Grpc.DotNet.sln
dotnet build Grpc.DotNet.slnx
```

To run tests from the command line:
```
dotnet test Grpc.DotNet.sln
dotnet test Grpc.DotNet.slnx
```

### Alternative implementation using Code-First (external library)
Expand Down
2 changes: 1 addition & 1 deletion startvs.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SET PATH=%DOTNET_ROOT%;%PATH%
SET sln=%1

IF "%sln%"=="" (
SET sln=Grpc.DotNet.sln
SET sln=Grpc.DotNet.slnx
)

IF NOT EXIST "%DOTNET_ROOT%\dotnet.exe" (
Expand Down