diff --git a/dotnet/net8.0/AppHost/AppHost.csproj b/dotnet/net8.0/AppHost/AppHost.csproj
index 2077fb1..8588158 100644
--- a/dotnet/net8.0/AppHost/AppHost.csproj
+++ b/dotnet/net8.0/AppHost/AppHost.csproj
@@ -13,4 +13,8 @@
+
+
+
+
diff --git a/dotnet/net8.0/AppHost/Program.cs b/dotnet/net8.0/AppHost/Program.cs
index c62c3a0..708cc7a 100644
--- a/dotnet/net8.0/AppHost/Program.cs
+++ b/dotnet/net8.0/AppHost/Program.cs
@@ -1,3 +1,3 @@
var builder = DistributedApplication.CreateBuilder(args);
-
+builder.AddProject("razorpageapp");
builder.Build().Run();