Skip to content

Commit 65d9429

Browse files
authored
Add workaround for dotnet/linker#1298 (#23368)
1 parent 4891ead commit 65d9429

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@
2323
<method signature="System.Void .ctor()" />
2424
</type>
2525
</assembly>
26+
27+
<!-- Workaround for https://github.com/mono/linker/issues/1298 -->
28+
<assembly fullname="System.Security.Cryptography.X509Certificates" />
2629
</linker>

0 commit comments

Comments
 (0)