14 references to Tfm
Microsoft.AspNetCore.Server.IntegrationTesting (14)
Deployers\ApplicationDeployer.cs (2)
60
if (
Tfm
.Matches(
Tfm
.Net462, tfm))
Deployers\SelfHostDeployer.cs (2)
97
?? (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.Clr ?
Tfm
.Net462 :
Tfm
.NetCoreApp22);
TestMatrix.cs (10)
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))