diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props
index 0707bebc4063..aca7a136ddf8 100644
--- a/dotnet/Directory.Packages.props
+++ b/dotnet/Directory.Packages.props
@@ -7,6 +7,7 @@
9.0.0
9.0.0
9.0.0
+ 9.0.0
9.0.1
1.9.0
1.0.0-beta.24568.1
@@ -74,8 +75,10 @@
+
+
diff --git a/dotnet/src/Microsoft.AutoGen/Core/IHandle.cs b/dotnet/src/Microsoft.AutoGen/Core/IHandle.cs
index d79e5708455b..e71b4cf07ca0 100644
--- a/dotnet/src/Microsoft.AutoGen/Core/IHandle.cs
+++ b/dotnet/src/Microsoft.AutoGen/Core/IHandle.cs
@@ -1,7 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// IHandle.cs
-using Google.Protobuf;
using Microsoft.AutoGen.Contracts;
namespace Microsoft.AutoGen.Core;
@@ -9,7 +8,7 @@ namespace Microsoft.AutoGen.Core;
///
/// Defines a handler interface for processing items of type .
///
-/// The type of item to be handled, which must implement .
+/// The type of item to be handled.
public interface IHandle
{
///
diff --git a/dotnet/src/Microsoft.AutoGen/Core/Microsoft.AutoGen.Core.csproj b/dotnet/src/Microsoft.AutoGen/Core/Microsoft.AutoGen.Core.csproj
index 0dc3cba17475..7a42259dd6ca 100644
--- a/dotnet/src/Microsoft.AutoGen/Core/Microsoft.AutoGen.Core.csproj
+++ b/dotnet/src/Microsoft.AutoGen/Core/Microsoft.AutoGen.Core.csproj
@@ -8,13 +8,13 @@
-
-
+
+
diff --git a/dotnet/src/Microsoft.AutoGen/Extensions/SemanticKernel/Microsoft.AutoGen.Extensions.SemanticKernel.csproj b/dotnet/src/Microsoft.AutoGen/Extensions/SemanticKernel/Microsoft.AutoGen.Extensions.SemanticKernel.csproj
index dc57a068ce52..86703649802f 100644
--- a/dotnet/src/Microsoft.AutoGen/Extensions/SemanticKernel/Microsoft.AutoGen.Extensions.SemanticKernel.csproj
+++ b/dotnet/src/Microsoft.AutoGen/Extensions/SemanticKernel/Microsoft.AutoGen.Extensions.SemanticKernel.csproj
@@ -9,6 +9,7 @@
+