diff --git a/dotnet/agent-framework-dotnet.slnx b/dotnet/agent-framework-dotnet.slnx
index 617085f9aa..cb4c3b8c1d 100644
--- a/dotnet/agent-framework-dotnet.slnx
+++ b/dotnet/agent-framework-dotnet.slnx
@@ -15,9 +15,9 @@
-
-
-
+
+
+
@@ -34,6 +34,7 @@
+
@@ -171,6 +172,8 @@
+
+
@@ -187,10 +190,8 @@
-
-
-
+
@@ -225,10 +226,10 @@
+
-
diff --git a/dotnet/samples/01-get-started/06_host_your_agent/README.md b/dotnet/samples/01-get-started/06_host_your_agent/README.md
index d4ac968978..7ad79cb210 100644
--- a/dotnet/samples/01-get-started/06_host_your_agent/README.md
+++ b/dotnet/samples/01-get-started/06_host_your_agent/README.md
@@ -10,7 +10,7 @@ This sample demonstrates how to use the Durable Agent Framework (DAFx) to create
## Environment Setup
-See the [README.md](../README.md) file in the parent directory for more information on how to configure the environment, including how to install and run common sample dependencies.
+See the [README.md](../../Durable/Agents/AzureFunctions/README.md) file in the parent directory for more information on how to configure the environment, including how to install and run common sample dependencies.
## Running the Sample