File tree Expand file tree Collapse file tree
aspnetcore/tutorials/grpc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,9 +177,9 @@ Install the packages using either the Package Manager Console (PMC) or Manage Nu
177177* Run the following commands:
178178
179179 ``` powershell
180- Install-Package Grpc.Net.Client -prerelease
181- Install-Package Google.Protobuf -prerelease
182- Install-Package Grpc.Tools -prerelease
180+ Install-Package Grpc.Net.Client
181+ Install-Package Google.Protobuf
182+ Install-Package Grpc.Tools
183183 ```
184184
185185#### Manage NuGet Packages option to install packages
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <Protobuf Include =" Protos\greet.proto" GrpcServices =" Server" />
8+ <Protobuf Include =" Protos\greet.proto" GrpcServices =" Server" />
99 </ItemGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Grpc.AspNetCore" Version =" 0.1.22-pre2 " />
12+ <PackageReference Include =" Grpc.AspNetCore" Version =" 2.23.2 " />
1313 </ItemGroup >
1414
1515</Project >
Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Google.Protobuf" Version =" 3.8.0 " />
10- <PackageReference Include =" Grpc.Net.Client" Version =" 0. 2.23-pre1 " />
9+ <PackageReference Include =" Google.Protobuf" Version =" 3.9.2 " />
10+ <PackageReference Include =" Grpc.Net.Client" Version =" 2.23.2 " />
1111 <PackageReference Include =" Grpc.Tools" Version =" 2.23.0" PrivateAssets =" All" />
1212 </ItemGroup >
1313
You can’t perform that action at this time.
0 commit comments