Skip to content

Commit 0983155

Browse files
authored
Update README.md
1 parent 8a2de69 commit 0983155

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ app.MapGet("/", () => "Communication with gRPC endpoints must be made through a
9595
app.Run();
9696
```
9797

98-
### Client (.NET 5 or later; Blazor WebAssembly)
98+
### Client (.NET 6 or later; Blazor WebAssembly)
9999
Add `Grpc.Net.Client` and `GrpcWebSocketBridge.Client` package to your project.
100100

101101
#### Use GrpcWebSocketBridge handler with GrpcChannel
@@ -117,7 +117,7 @@ var channel = GrpcChannel.ForAddress("https://localhost:5000", new GrpcChannelOp
117117
### Client (Unity)
118118
Install the Unity package for GrpcWebSocketBridge, available from the GitHub Release page.
119119

120-
For gRPC-related and dependent libraries, extract and add assemblies for netstandard2.0 or net461 from the following NuGet packages
120+
For gRPC-related and dependent libraries, extract and add assemblies for netstandard2.1 from the following NuGet packages
121121

122122
- Grpc.Core.Api
123123
- Grpc.Net.Client (Unity WebGL requires installation of a Cysharp custom-built version)

0 commit comments

Comments
 (0)