diff --git a/Aspire.slnx b/Aspire.slnx
index 03ee4cce7bd..317a95816fa 100644
--- a/Aspire.slnx
+++ b/Aspire.slnx
@@ -383,6 +383,7 @@
+
diff --git a/src/Aspire.Hosting.RemoteHost/Aspire.Hosting.RemoteHost.csproj b/src/Aspire.Hosting.RemoteHost/Aspire.Hosting.RemoteHost.csproj
index 1184e98c9aa..b674702bdfa 100644
--- a/src/Aspire.Hosting.RemoteHost/Aspire.Hosting.RemoteHost.csproj
+++ b/src/Aspire.Hosting.RemoteHost/Aspire.Hosting.RemoteHost.csproj
@@ -1,36 +1,10 @@
- Exe
net10.0
enable
enable
- aspire-server
- Remote host server for polyglot Aspire AppHosts.
- aspire hosting polyglot
-
-
- true
-
- false
-
-
- false
- false
-
-
- $(NoWarn);IL3000
-
-
- Major
-
-
- none
- false
-
-
- true
- true
+ false
diff --git a/src/Aspire.Hosting.RemoteHost/Program.cs b/src/Aspire.Hosting.RemoteHost/Program.cs
deleted file mode 100644
index 5018057dae5..00000000000
--- a/src/Aspire.Hosting.RemoteHost/Program.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-
-// This is the entry point for the pre-built AppHost server used in bundle mode.
-// It runs the RemoteHostServer which listens on a Unix socket for JSON-RPC
-// connections from polyglot app hosts (TypeScript, Python, etc.)
-
-await Aspire.Hosting.RemoteHost.RemoteHostServer.RunAsync(args).ConfigureAwait(false);