Skip to content

Commit 81bb318

Browse files
author
Miha Zupan
committed
Update docs and starvs for slnx
1 parent d07efb5 commit 81bb318

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ startvs.cmd
6262

6363
To build from the command line:
6464
```
65-
dotnet build Grpc.DotNet.sln
65+
dotnet build Grpc.DotNet.slnx
6666
```
6767

6868
To run tests from the command line:
6969
```
70-
dotnet test Grpc.DotNet.sln
70+
dotnet test Grpc.DotNet.slnx
7171
```
7272

7373
### Alternative implementation using Code-First (external library)

startvs.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SET PATH=%DOTNET_ROOT%;%PATH%
1414
SET sln=%1
1515

1616
IF "%sln%"=="" (
17-
SET sln=Grpc.DotNet.sln
17+
SET sln=Grpc.DotNet.slnx
1818
)
1919

2020
IF NOT EXIST "%DOTNET_ROOT%\dotnet.exe" (

0 commit comments

Comments
 (0)