Apply code review feedback
This commit is contained in:
parent
9ec9fce35e
commit
c5bc07d915
2 changed files with 4 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue