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