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