Skip to content

Commit 1277387

Browse files
committed
Fix up location of compat check.
1 parent 8116d63 commit 1277387

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Aspire.Cli/Commands/RunCommand.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ protected override async Task<int> ExecuteAsync(ParseResult parseResult, Cancell
169169
}
170170
}
171171

172-
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, InteractionService, effectiveAppHostFile, _telemetry, ExecutionContext.WorkingDirectory, cancellationToken);
173-
174172
if (isSingleFileAppHost)
175173
{
176174
// TODO: Add logic to read SDK version from *.cs file.

0 commit comments

Comments
 (0)