1 write to TargetFramework
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Common\DeploymentParameters.cs (1)
36TargetFramework = variant.Tfm;
6 references to TargetFramework
Microsoft.AspNetCore.Server.IntegrationTesting (6)
ApplicationPublisher.cs (2)
25if (string.IsNullOrEmpty(deploymentParameters.TargetFramework)) 32+ $" --framework {deploymentParameters.TargetFramework}"
CachingApplicationPublisher.cs (1)
35TargetFramework = deploymentParameters.TargetFramework,
Deployers\ApplicationDeployer.cs (2)
37if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.None && !string.IsNullOrEmpty(DeploymentParameters.TargetFramework)) 39DeploymentParameters.RuntimeFlavor = GetRuntimeFlavor(DeploymentParameters.TargetFramework);
Deployers\SelfHostDeployer.cs (1)
96var targetFramework = DeploymentParameters.TargetFramework