grpc.github.io icon indicating copy to clipboard operation
grpc.github.io copied to clipboard

Building helloworld-from-cli dotnetcore sample failing from command line

Open simonz130 opened this issue 7 years ago • 0 comments

This is what I get when building according to the instructions here: https://grpc.io/docs/quickstart/csharp.html (look for "Build the example" section, then Using .NET Core SDK from the command line

C:\dev\grpc\examples\csharp\helloworld-from-cli>dotnet build **/project.json Microsoft (R) Build Engine version 15.7.177.53362 for .NET Core Copyright (C) Microsoft Corporation. All rights reserved.

MSBUILD : error MSB1009: Project file does not exist. Switch: **/project.json

simonz130 avatar Jun 12 '18 22:06 simonz130