Skip to content

Commit 4e278fe

Browse files
authored
Use XmlResolverIsNetworkingEnabledByDefault property in AotCompilerCommon.props (#104520)
1 parent 7b71281 commit 4e278fe

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/coreclr/tools/aot/AotCompilerCommon.props

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
<ControlFlowGuard>Guard</ControlFlowGuard>
88
<InvariantGlobalization>true</InvariantGlobalization>
99
<StripSymbols Condition="'$(KeepNativeSymbols)' == 'true'">false</StripSymbols>
10+
<XmlResolverIsNetworkingEnabledByDefault>false</XmlResolverIsNetworkingEnabledByDefault>
1011
</PropertyGroup>
11-
12-
<ItemGroup>
13-
<!-- Replace this line with the documented property once https://github.com/dotnet/runtime/issues/83495 is fixed -->
14-
<RuntimeHostConfigurationOption Include="System.Xml.XmlResolver.IsNetworkingEnabledByDefault"
15-
Value="false"
16-
Trim="true" />
17-
</ItemGroup>
1812
</Project>

0 commit comments

Comments
 (0)