8 references to WithTargetFrameworkOrFrameworks
dotnet.Tests (3)
CommandTests\Build\GivenDotnetBuildBuildsCsproj.cs (2)
194.WithTargetFrameworkOrFrameworks(ToolsetInfo.CurrentTargetFramework, false) 234.WithTargetFrameworkOrFrameworks(ToolsetInfo.CurrentTargetFramework, false)
CommandTests\Run\GivenDotnetRootEnv.cs (1)
73.WithTargetFrameworkOrFrameworks(targetFramework ?? null, false)
Microsoft.NET.ToolPack.Tests (5)
GivenThatWeWantToPackAToolProject.cs (1)
37.WithTargetFrameworkOrFrameworks(_targetFrameworkOrFrameworks, multiTarget);
GivenThatWeWantToPackAToolProjectWithComplexNugetDependency.cs (1)
32.WithTargetFrameworkOrFrameworks("netcoreapp2.1", multiTarget);
GivenThatWeWantToPackAToolProjectWithPackagedShim.cs (2)
71.WithTargetFrameworkOrFrameworks(targetFramework, multiTarget); 154.WithTargetFrameworkOrFrameworks(targetFramework, multiTarget);
PackWithShimsAndResultNugetPackageNuGetPackagexFixture.cs (1)
76.WithTargetFrameworkOrFrameworks(targetFramework, multiTarget);