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