1
0
Fork 0
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:
xtqqczze 2024-07-07 17:47:43 +01:00 committed by GitHub
parent 7b712815b5
commit 4e278fe17f
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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>