3 references to ToTFMString
Aspire.EndToEnd.Tests (3)
tests\Shared\TemplatesTesting\AspireProject.cs (3)
121
cmdString = $"{cmdString} -f {tfmToUse.
ToTFMString
()}";
144
if (matches[0].Groups["tfm"].Value != tfmToUse.
ToTFMString
())
146
throw new XunitException($"Expected to find {tfmToUse.
ToTFMString
()} but found '{matches[0].Groups["tfm"].Value}' in {csprojPath}: {csprojContent}");