1 reference to s_minSecureFxVersion
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetFramework.Analyzers\DoNotUseInsecureDtdProcessing.cs (1)
196
_isFrameworkSecure = targetFrameworkVersion != null && targetFrameworkVersion >=
s_minSecureFxVersion
;