Skip to content

Commit a3bbe2f

Browse files
Update dependencies from https://github.com/dotnet/blazor build 20200427.1 (#21255)
- Microsoft.AspNetCore.Components.WebAssembly.Runtime: 3.2.0-rc1.20222.2 -> 3.2.0 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 7fd744e commit a3bbe2f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

NuGet.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<configuration>
33
<packageSources>
44
<clear />
5+
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6+
<add key="darc-pub-dotnet-blazor-cdc7d4b" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-blazor-cdc7d4bd/nuget/v3/index.json" />
7+
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
58
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
69
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
710
<add key="dotnet3.1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
-->
1010
<Dependencies>
1111
<ProductDependencies>
12-
<Dependency Name="Microsoft.AspNetCore.Components.WebAssembly.Runtime" Version="3.2.0-rc1.20222.2">
12+
<Dependency Name="Microsoft.AspNetCore.Components.WebAssembly.Runtime" Version="3.2.0">
1313
<Uri>https://github.com/dotnet/blazor</Uri>
14-
<Sha>5b05ec27a03276d751d3463abd2c63ba0a40ac29</Sha>
14+
<Sha>cdc7d4bdb60bf7b5b29d88d63b3561ea63ac7c58</Sha>
1515
</Dependency>
1616
<Dependency Name="System.Net.Http.Json" Version="3.2.0-rc1.20224.1">
1717
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
9797
<MicrosoftNETCorePlatformsPackageVersion>3.1.0</MicrosoftNETCorePlatformsPackageVersion>
9898
<!-- Packages from aspnet/Blazor -->
99-
<MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion>3.2.0-rc1.20222.2</MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion>
99+
<MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion>3.2.0</MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion>
100100
<!-- Packages from aspnet/Extensions -->
101101
<InternalAspNetCoreAnalyzersPackageVersion>3.1.3-servicing.20128.2</InternalAspNetCoreAnalyzersPackageVersion>
102102
<MicrosoftAspNetCoreAnalyzerTestingPackageVersion>3.1.3-servicing.20128.2</MicrosoftAspNetCoreAnalyzerTestingPackageVersion>

0 commit comments

Comments
 (0)