Update dependencies from https://github.com/dotnet/blazor build 20200421.1 (#21074)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-rc1.20220.1 -> 3.2.0-rc1.20221.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
25f89e22f3
commit
98bbb3ba3e
|
|
@ -9,9 +9,9 @@
|
|||
-->
|
||||
<Dependencies>
|
||||
<ProductDependencies>
|
||||
<Dependency Name="Microsoft.AspNetCore.Components.WebAssembly.Runtime" Version="3.2.0-rc1.20220.1">
|
||||
<Dependency Name="Microsoft.AspNetCore.Components.WebAssembly.Runtime" Version="3.2.0-rc1.20221.1">
|
||||
<Uri>https://github.com/dotnet/blazor</Uri>
|
||||
<Sha>4d92695415b066a06a233b462d276f2f3e789354</Sha>
|
||||
<Sha>47462322eab5f5b7558db8933137f3a7c9622ac5</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="System.Net.Http.Json" Version="3.2.0-rc1.20217.1">
|
||||
<Uri>https://github.com/dotnet/corefx</Uri>
|
||||
|
|
|
|||
|
|
@ -96,7 +96,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-rc1.20220.1</MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion>
|
||||
<MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion>3.2.0-rc1.20221.1</MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion>
|
||||
<!-- Packages from aspnet/Extensions -->
|
||||
<InternalAspNetCoreAnalyzersPackageVersion>3.1.3-servicing.20128.2</InternalAspNetCoreAnalyzersPackageVersion>
|
||||
<MicrosoftAspNetCoreAnalyzerTestingPackageVersion>3.1.3-servicing.20128.2</MicrosoftAspNetCoreAnalyzerTestingPackageVersion>
|
||||
|
|
|
|||
Loading…
Reference in New Issue