3 references to EOL
Microsoft.Deployment.DotNet.Releases (3)
Product.cs (3)
134/// <see langword="true"/> if the support phase is not <see cref="SupportPhase.EOL"/> 209/// <see langword="true"/> if the support phase is <see cref="SupportPhase.EOL"/> 216return SupportPhase == SupportPhase.EOL || EndOfLifeDate?.Date <= DateTime.Now.Date;