mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
Use XmlResolverIsNetworkingEnabledByDefault
property in AotCompilerCommon.props
(#104520)
This commit is contained in:
parent
7b712815b5
commit
4e278fe17f
1 changed files with 1 additions and 7 deletions
|
@ -7,12 +7,6 @@
|
|||
<ControlFlowGuard>Guard</ControlFlowGuard>
|
||||
<InvariantGlobalization>true</InvariantGlobalization>
|
||||
<StripSymbols Condition="'$(KeepNativeSymbols)' == 'true'">false</StripSymbols>
|
||||
<XmlResolverIsNetworkingEnabledByDefault>false</XmlResolverIsNetworkingEnabledByDefault>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!-- Replace this line with the documented property once https://github.com/dotnet/runtime/issues/83495 is fixed -->
|
||||
<RuntimeHostConfigurationOption Include="System.Xml.XmlResolver.IsNetworkingEnabledByDefault"
|
||||
Value="false"
|
||||
Trim="true" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue