4 overrides of TargetFramework
Microsoft.NET.Sdk.Razor.Tests (4)
MvcBuildIntegrationTest21.cs (1)
11public override string TargetFramework => "netcoreapp2.1";
MvcBuildIntegrationTest22.cs (1)
11public override string TargetFramework => "netcoreapp2.2";
MvcBuildIntegrationTest31.cs (1)
11public override string TargetFramework => "netcoreapp3.1";
MvcBuildIntegrationTest50.cs (1)
13public override string TargetFramework => "net5.0";
6 references to TargetFramework
Microsoft.NET.Sdk.Razor.Tests (6)
MvcBuildIntegrationTestLegacy.cs (6)
30var outputPath = build.GetOutputDirectory(TargetFramework, "Debug").ToString(); 31var intermediateOutputPath = build.GetIntermediateDirectory(TargetFramework, "Debug").ToString(); 56var outputPath = build.GetOutputDirectory(TargetFramework, "Debug").ToString(); 75var outputPath = publish.GetOutputDirectory(TargetFramework, "Debug").ToString(); 97var outputPath = publish.GetOutputDirectory(TargetFramework, "Debug").ToString(); 112var outputPath = build.GetOutputDirectory(TargetFramework, "Debug").ToString();