-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: drop grpc-web for .NET 4.62 build. (#543)
Since we bumped the minimum .NET Framework build version from 4.61 to 4.62, we gained access to an Http/2 handler for .NET Framework. Because 4.61 did not have an Http/2 handler, we had to resort to gRPC-Web. Now we only need gRPC-Web for the Unity build. In order to exercise the gRPC-Web build, we add that to the testing matrix.
- Loading branch information
Showing
3 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters