Update dependencies from https://github.com/dotnet/blazor build 20200414.1 (#20829)

- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-preview5.20213.2 -> 3.2.0-preview5.20214.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2020-04-15 00:39:10 +00:00 committed by GitHub
parent d03c3b2a1e
commit 87050c9bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@
-->
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.AspNetCore.Components.WebAssembly.Runtime" Version="3.2.0-preview5.20213.2">
<Dependency Name="Microsoft.AspNetCore.Components.WebAssembly.Runtime" Version="3.2.0-preview5.20214.1">
<Uri>https://github.com/dotnet/blazor</Uri>
<Sha>e3ae74171b19c8dbd70e94cf8ac3024a1125479f</Sha>
<Sha>9ce270c009f3d35e4723b4db2eff0bd942d1978c</Sha>
</Dependency>
<Dependency Name="System.Net.Http.Json" Version="3.2.0-preview5.20210.3">
<Uri>https://github.com/dotnet/corefx</Uri>

View File

@ -99,7 +99,7 @@
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
<MicrosoftNETCorePlatformsPackageVersion>3.1.0</MicrosoftNETCorePlatformsPackageVersion>
<!-- Packages from aspnet/Blazor -->
<MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion>3.2.0-preview5.20213.2</MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion>
<MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion>3.2.0-preview5.20214.1</MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion>
<!-- Packages from aspnet/Extensions -->
<InternalAspNetCoreAnalyzersPackageVersion>3.1.3-servicing.20128.2</InternalAspNetCoreAnalyzersPackageVersion>
<MicrosoftAspNetCoreAnalyzerTestingPackageVersion>3.1.3-servicing.20128.2</MicrosoftAspNetCoreAnalyzerTestingPackageVersion>