Skip to content

Commit

Permalink
Use XmlResolverIsNetworkingEnabledByDefault property in `AotCompile…
Browse files Browse the repository at this point in the history
…rCommon.props` (#104520)
  • Loading branch information
xtqqczze committed Jul 7, 2024
1 parent 7b71281 commit 4e278fe
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/coreclr/tools/aot/AotCompilerCommon.props
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 4e278fe

Please sign in to comment.