6 references to Net462
Microsoft.AspNetCore.Server.IntegrationTesting (6)
Deployers\ApplicationDeployer.cs (1)
60if (Tfm.Matches(Tfm.Net462, tfm))
Deployers\SelfHostDeployer.cs (1)
97?? (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.Clr ? Tfm.Net462 : Tfm.NetCoreApp22);
TestMatrix.cs (4)
185return !(Tfm.Matches(Tfm.Net462, tfm) && ServerType.Nginx == server); 190if (Tfm.Matches(Tfm.Net462, tfm) && !OperatingSystem.IsWindows()) 203if (Tfm.Matches(Tfm.Net462, tfm) && type == ApplicationType.Portable) 275if (Tfm.Matches(Tfm.Net462, tfm) || Tfm.Matches(Tfm.NetCoreApp20, tfm))