File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ dotnet build
37
37
| [ HelloBlazorServer] | ` dotnet run -p src/HelloBlazorServer/HelloBlazorServer.csproj ` + open http://localhost:5005/ |
38
38
| [ HelloBlazorHybrid] | ` dotnet run -p src/HelloBlazorHybrid/Server/Server.csproj ` + open http://localhost:5005/ |
39
39
| [ Blazor Samples] | ` dotnet run -p src/Blazor/Server/Server.csproj ` + open http://localhost:5005/ |
40
- | [ MiniRpc] | ` dotnet run -p src/MiniRpc/MiniRpc.csproj ` |
40
+ | [ MiniRpc] | ` dotnet run -p src/MiniRpc/MiniRpc.csproj ` |
41
41
| [ MultiServerRpc] | ` dotnet run -p src/MultiServerRpc/MultiServerRpc.csproj ` |
42
- | [ Benchmark] | ` dotnet run -c:Release -p src/Benchmark/Benchmark.csproj ` |
42
+ | [ Benchmark] | ` dotnet run -c:Release -p src/Benchmark/Benchmark.csproj ` |
43
43
| [ RpcBenchmark] | ` dotnet run -c:Release -p src/RpcBenchmark/RpcBenchmark.csproj ` |
44
44
| [ Tutorial] | [ Install Try .NET] ( https://github.com/dotnet/try/blob/master/DotNetTryLocal.md ) + ` dotnet try --port 50005 docs/tutorial ` |
45
45
You can’t perform that action at this time.
0 commit comments