File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 55 <GrpcDotNetPackageVersion >2.30.0</GrpcDotNetPackageVersion > <!-- Used by example projects -->
66 <GrpcPackageVersion >2.32.0-dev202008271149</GrpcPackageVersion >
77 <MicrosoftAspNetCoreAppPackageVersion >3.1.3</MicrosoftAspNetCoreAppPackageVersion >
8- <MicrosoftAspNetCoreBlazorPackageVersion >5.0.0-rc.1.20381.8 </MicrosoftAspNetCoreBlazorPackageVersion >
8+ <MicrosoftAspNetCoreBlazorPackageVersion >5.0.0-rc.1.20431.20 </MicrosoftAspNetCoreBlazorPackageVersion >
99 <MicrosoftAspNetCoreBlazor31PackageVersion >3.2.0</MicrosoftAspNetCoreBlazor31PackageVersion >
1010 <MicrosoftBuildLocatorPackageVersion >1.2.2</MicrosoftBuildLocatorPackageVersion >
1111 <MicrosoftBuildPackageVersion >16.0.461</MicrosoftBuildPackageVersion >
Original file line number Diff line number Diff line change 4242
4343echo " Tests finished"
4444
45- # Temporarily disable while using nightly .NET SDK build
46- # source grpcweb_interoptests.sh
45+ source grpcweb_interoptests.sh
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 5.0.100-rc.1.20425 .3"
3+ "version" : " 5.0.100-rc.1.20431 .3"
44 }
55}
Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ private async Task<IChannelWrapper> HttpClientCreateChannel()
117117 var httpClientHandler = new HttpClientHandler ( ) ;
118118#if ! BLAZOR_WASM
119119 httpClientHandler . ServerCertificateCustomValidationCallback = HttpClientHandler . DangerousAcceptAnyServerCertificateValidator ;
120- #endif
121120
122121 if ( options . UseTestCa )
123122 {
@@ -127,6 +126,7 @@ private async Task<IChannelWrapper> HttpClientCreateChannel()
127126
128127 httpClientHandler . ClientCertificates . Add ( cert ) ;
129128 }
129+ #endif
130130
131131 HttpMessageHandler httpMessageHandler ;
132132 if ( options . GrpcWebMode != null )
You can’t perform that action at this time.
0 commit comments