Skip to content

Commit 6c5e169

Browse files
Update Mono WebAssembly for Blazor (dotnet/blazor#1807)
1 parent dbe9ab7 commit 6c5e169

File tree

7 files changed

+330
-123
lines changed

7 files changed

+330
-123
lines changed

build/sources.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
$(RestoreSources);
2828
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
2929
</RestoreSources>
30+
<!-- TODO remove this once we move Microsoft.AspNetCore.Blazor.Mono to a non-myget feed -->
31+
<RestoreSources>
32+
$(RestoreSources);
33+
https://dotnet.myget.org/F/blazor-dev/api/v3/index.json;
34+
</RestoreSources>
3035

3136
<!-- In an orchestrated build, this may be overriden to other Azure feeds. -->
3237
<DotNetAssetRootUrl Condition="'$(DotNetAssetRootUrl)'==''">https://dotnetcli.blob.core.windows.net/dotnet/</DotNetAssetRootUrl>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<MicrosoftWebXdtPackageVersion>1.4.0</MicrosoftWebXdtPackageVersion>
166166
<SystemIdentityModelTokensJwtPackageVersion>5.3.0</SystemIdentityModelTokensJwtPackageVersion>
167167
<!-- Dependencies for Blazor. -->
168-
<MicrosoftAspNetCoreBlazorMonoPackageVersion>0.10.0-preview-20190325.1</MicrosoftAspNetCoreBlazorMonoPackageVersion>
168+
<MicrosoftAspNetCoreBlazorMonoPackageVersion>0.10.0-preview-20190523.1</MicrosoftAspNetCoreBlazorMonoPackageVersion>
169169
<!-- Packages from 2.1/2.2 branches used for site extension build -->
170170
<MicrosoftAspNetCoreAzureAppServicesSiteExtension21PackageVersion>2.1.1</MicrosoftAspNetCoreAzureAppServicesSiteExtension21PackageVersion>
171171
<MicrosoftAspNetCoreAzureAppServicesSiteExtension22PackageVersion>2.2.0</MicrosoftAspNetCoreAzureAppServicesSiteExtension22PackageVersion>

src/Components/Blazor/Build/src/targets/Blazor.MonoRuntime.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<PropertyGroup Label="Blazor build outputs">
88
<MonoLinkerI18NAssemblies>none</MonoLinkerI18NAssemblies> <!-- See Mono linker docs - allows comma-separated values from: none,all,cjk,mideast,other,rare,west -->
9-
<AdditionalMonoLinkerOptions>--verbose --strip-security true --exclude-feature com --exclude-feature sre -v false -c link -u link -b true</AdditionalMonoLinkerOptions>
9+
<AdditionalMonoLinkerOptions>--disable-opt unreachablebodies --verbose --strip-security true --exclude-feature com --exclude-feature sre -v false -c link -u link -b true</AdditionalMonoLinkerOptions>
1010
<BaseBlazorDistPath>dist/</BaseBlazorDistPath>
1111
<BaseBlazorPackageContentOutputPath>$(BaseBlazorDistPath)_content/</BaseBlazorPackageContentOutputPath>
1212
<BaseBlazorRuntimeOutputPath>$(BaseBlazorDistPath)_framework/</BaseBlazorRuntimeOutputPath>

src/Components/Blazor/Server/src/MonoDebugProxy/UpdateSources.cmd

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)