cd grs-dotnet/grs-search/
dotnet add package Google.Api.Gax
dotnet add package Google.Cloud.Retail.V2
dotnet run -- SearchSimpleQuery
Use the command dotnet run -- <class name>
to run any of the classes
cd grs-dotnet/grs-search/
dotnet add package Google.Api.Gax
dotnet add package Google.Cloud.Retail.V2
dotnet run -- SearchSimpleQuery
Use the command dotnet run -- <class name>
to run any of the classes