Skip to content

Commit d25a765

Browse files
authored
Remove LinkerWorkaround.xml (#24748)
* 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
1 parent 9b4dd66 commit d25a765

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

src/Components/WebAssembly/Sdk/src/targets/LinkerWorkaround.xml

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

src/Components/WebAssembly/Sdk/src/targets/Microsoft.NET.Sdk.BlazorWebAssembly.Current.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ Copyright (c) .NET Foundation. All rights reserved.
405405

406406
<ItemGroup>
407407
<TrimmerRootDescriptor Include="$(_BlazorTypeGranularTrimmerDescriptorFile)" />
408-
<TrimmerRootDescriptor Include="$(MSBuildThisFileDirectory)LinkerWorkaround.xml" />
409408

410409
<FileWrites Include="$(_BlazorTypeGranularTrimmerDescriptorFile)" />
411410
</ItemGroup>

src/Razor/Microsoft.NET.Sdk.Razor/src/build/netstandard2.0/LinkerWorkaround.xml

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

src/Razor/Microsoft.NET.Sdk.Razor/src/build/netstandard2.0/Microsoft.NET.Sdk.Razor.Components.Wasm.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ Copyright (c) .NET Foundation. All rights reserved.
387387

388388
<ItemGroup>
389389
<TrimmerRootDescriptor Include="$(_BlazorTypeGranularTrimmerDescriptorFile)" />
390-
<TrimmerRootDescriptor Include="$(MSBuildThisFileDirectory)LinkerWorkaround.xml" />
391390

392391
<FileWrites Include="$(_BlazorTypeGranularTrimmerDescriptorFile)" />
393392
</ItemGroup>

0 commit comments

Comments
 (0)