1 write to TargetFramework
Microsoft.AspNetCore.InternalTesting (1)
TestOutputDirectoryAttribute.cs (1)
13TargetFramework = targetFramework;
2 references to TargetFramework
Microsoft.AspNetCore.InternalTesting (1)
TestFileOutputContext.cs (1)
91return Path.Combine(baseDirectory, assembly.GetName().Name, attribute.TargetFramework);
Microsoft.AspNetCore.InternalTesting.Tests (1)
TestableAssembly.cs (1)
45public static readonly string TFM = ThisOutputDirectoryAttribute.TargetFramework;