Update dependencies from https://github.com/dotnet/blazor build 20200410.1
- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-preview4.20205.1 -> 3.2.0-preview5.20210.1
This commit is contained in:
parent
93eec70bb8
commit
294c2cf07c
|
|
@ -9,9 +9,9 @@
|
|||
-->
|
||||
<Dependencies>
|
||||
<ProductDependencies>
|
||||
<Dependency Name="Microsoft.AspNetCore.Components.WebAssembly.Runtime" Version="3.2.0-preview4.20205.1">
|
||||
<Dependency Name="Microsoft.AspNetCore.Components.WebAssembly.Runtime" Version="3.2.0-preview5.20210.1">
|
||||
<Uri>https://github.com/dotnet/blazor</Uri>
|
||||
<Sha>eef56fe506c48f78ecd88894aac74eacfe524f80</Sha>
|
||||
<Sha>7659b5fda2406d854c72436bdc24f1ff958995f8</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="System.Net.Http.Json" Version="3.2.0-preview4.20177.1">
|
||||
<Uri>https://github.com/dotnet/corefx</Uri>
|
||||
|
|
|
|||
|
|
@ -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-preview4.20205.1</MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion>
|
||||
<MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion>3.2.0-preview5.20210.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