Base:
property
TargetFramework
Microsoft.NET.Sdk.Razor.Tests.MvcBuildIntegrationTestLegacy.TargetFramework
2 references to TargetFramework
Microsoft.NET.Sdk.Razor.Tests (2)
MvcBuildIntegrationTest22.cs (2)
28var outputPath = build.GetOutputDirectory(TargetFramework, "Debug").ToString(); 29var intermediateOutputPath = build.GetIntermediateDirectory(TargetFramework, "Debug").ToString();