Skip to content

Commit

Permalink
Remove LinkerWorkaround.xml (#24748)
Browse files Browse the repository at this point in the history
* Remove LinkerWorkaround.xml

The workaround file is no longer needed, now that the underlying bugs are fixed in the dotnet/runtime libraries.

Fix #23262

* Also remove LinkerWorkaround from Components/WebAssembly
  • Loading branch information
eerhardt authored Aug 10, 2020
1 parent 9b4dd66 commit d25a765
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
15 changes: 0 additions & 15 deletions src/Components/WebAssembly/Sdk/src/targets/LinkerWorkaround.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ Copyright (c) .NET Foundation. All rights reserved.

<ItemGroup>
<TrimmerRootDescriptor Include="$(_BlazorTypeGranularTrimmerDescriptorFile)" />
<TrimmerRootDescriptor Include="$(MSBuildThisFileDirectory)LinkerWorkaround.xml" />

<FileWrites Include="$(_BlazorTypeGranularTrimmerDescriptorFile)" />
</ItemGroup>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ Copyright (c) .NET Foundation. All rights reserved.

<ItemGroup>
<TrimmerRootDescriptor Include="$(_BlazorTypeGranularTrimmerDescriptorFile)" />
<TrimmerRootDescriptor Include="$(MSBuildThisFileDirectory)LinkerWorkaround.xml" />

<FileWrites Include="$(_BlazorTypeGranularTrimmerDescriptorFile)" />
</ItemGroup>
Expand Down

0 comments on commit d25a765

Please sign in to comment.