We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
XmlResolverIsNetworkingEnabledByDefault
AotCompilerCommon.props
1 parent 7b71281 commit 4e278feCopy full SHA for 4e278fe
src/coreclr/tools/aot/AotCompilerCommon.props
@@ -7,12 +7,6 @@
7
<ControlFlowGuard>Guard</ControlFlowGuard>
8
<InvariantGlobalization>true</InvariantGlobalization>
9
<StripSymbols Condition="'$(KeepNativeSymbols)' == 'true'">false</StripSymbols>
10
+ <XmlResolverIsNetworkingEnabledByDefault>false</XmlResolverIsNetworkingEnabledByDefault>
11
</PropertyGroup>
-
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>
18
</Project>
0 commit comments