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