Apply code review feedback

This commit is contained in:
Daniel Plaisted 2020-10-26 20:18:09 -07:00
parent 9ec9fce35e
commit c5bc07d915
2 changed files with 4 additions and 2 deletions

View file

@ -14,6 +14,7 @@ namespace EndToEnd.Tests
public class ProjectBuildTests : TestBase
{
// TODO: Once console template is updated to target net6.0, remove this logic
// https://github.com/dotnet/installer/issues/8974
void RetargetProject(string projectDirectory)
{
var projectFile = Directory.GetFiles(projectDirectory, "*.csproj").Single();