Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1968 from dotnet/stevesa/update-mono-2020-02-03
Browse files Browse the repository at this point in the history
Update Mono
  • Loading branch information
mkArtakMSFT committed Feb 3, 2020
2 parents dd7fb4d + cce196a commit 4821d12
Show file tree
Hide file tree
Showing 43 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions UpgradeMono.ps1
Expand Up @@ -31,6 +31,7 @@ $outputBclFacadesDir = Join-Path -Path $outputBclDir -ChildPath Facades
$outputFrameworkDir = Join-Path -Path $outputRoot -ChildPath framework
$outputLinkerDir = Join-Path -Path $outputRoot -ChildPath "..\tools\binaries\monolinker"

Write-Host "Copying in new Mono binaries from '$MonoRootDir'..."
New-Item -Force -ItemType "directory" $outputWasmDir | Out-Null
Copy-Item "$inputWasmDir\dotnet.wasm" -Destination $outputWasmDir
Copy-Item "$inputWasmDir\dotnet.js" -Destination $outputWasmDir
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Blazor.Mono/HowToUpgradeMono.md
Expand Up @@ -29,7 +29,7 @@ All this script does is remove older binaries from the `incoming` and `tools` di

Verify that there were no errors, and that resulting git diff looks reasonable. For normal upgrades, you should see:

* `mono.js` and `mono.wasm` have been modified
* `dotnet.js` and `dotnet.wasm` have been modified
* Many of the .NET assemblies in `bcl` and `bcl\facades` have been modified. Occasionally some new ones will be added, or some may be removed, though this is quite unusual.
* The three .NET assemblies in `framework` will usually have been modified. It's not expected for assemblies to be added or removed here, so check with Mono if that seems to have happened.
* The linker binaries in `tools` will usually have been modified.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/Microsoft.AspNetCore.Blazor.Mono/incoming/bcl/I18N.CJK.dll
Binary file not shown.
Binary file not shown.
Binary file modified src/Microsoft.AspNetCore.Blazor.Mono/incoming/bcl/I18N.Other.dll
Binary file not shown.
Binary file modified src/Microsoft.AspNetCore.Blazor.Mono/incoming/bcl/I18N.Rare.dll
Binary file not shown.
Binary file modified src/Microsoft.AspNetCore.Blazor.Mono/incoming/bcl/I18N.West.dll
Binary file not shown.
Binary file modified src/Microsoft.AspNetCore.Blazor.Mono/incoming/bcl/I18N.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/Microsoft.AspNetCore.Blazor.Mono/incoming/bcl/System.Xml.dll
Binary file not shown.
Binary file modified src/Microsoft.AspNetCore.Blazor.Mono/incoming/bcl/System.dll
Binary file not shown.
Binary file modified src/Microsoft.AspNetCore.Blazor.Mono/incoming/bcl/mscorlib.dll
Binary file not shown.

Large diffs are not rendered by default.

Binary file modified src/Microsoft.AspNetCore.Blazor.Mono/incoming/wasm/dotnet.wasm
Binary file not shown.
Binary file not shown.

0 comments on commit 4821d12

Please sign in to comment.