Skip to content

Commit ff32e56

Browse files
authored
Update example projects to 2.29.0 (#929)
1 parent 64efb1c commit ff32e56

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<BenchmarkDotNetPackageVersion>0.12.1</BenchmarkDotNetPackageVersion>
44
<GoogleProtobufPackageVersion>3.11.4</GoogleProtobufPackageVersion>
5-
<GrpcDotNetPackageVersion>2.29.0-pre1</GrpcDotNetPackageVersion> <!-- Only use for example projects -->
5+
<GrpcDotNetPackageVersion>2.29.0</GrpcDotNetPackageVersion> <!-- Used by example projects -->
66
<GrpcPackageVersion>2.29.0</GrpcPackageVersion>
77
<MicrosoftAspNetCorePackageVersion>3.1.3</MicrosoftAspNetCorePackageVersion>
88
<MicrosoftAspNetCoreBlazorPackageVersion>3.2.0</MicrosoftAspNetCoreBlazorPackageVersion>

examples/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ The gRPC-Web JavaScript client was generated from *greet.proto* using [`protoc`]
171171

172172
The blazor example shows how to call a gRPC service from a Blazor WebAssembly app. Because Blazor WebAssembly is hosted in the browser it has limited HTTP/2 features and needs to use gRPC-Web instead.
173173

174-
**Known Blazor WebAssembly issues:**
175-
176-
* Server streaming requires setting a variable via reflection on startup - https://github.com/mono/mono/issues/18718#issuecomment-582667900
177-
178174
##### Scenarios:
179175

180176
* Configure ASP.NET Core server to support `grpc-web` and `grpc-web-text` content types

0 commit comments

Comments
 (0)