Skip to content

Commit

Permalink
remove abstractions dep on orleans #4153
Browse files Browse the repository at this point in the history
  • Loading branch information
rysweet committed Nov 25, 2024
1 parent 6bdd9c8 commit 2d136a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
<PackageReference Include="Grpc.AspNetCore" />
<PackageReference Include="Grpc.Net.ClientFactory" />
<PackageReference Include="Grpc.Tools" PrivateAssets="All" />
<PackageReference Include="Microsoft.Orleans.Core.Abstractions" />
<PackageReference Include="Microsoft.Orleans.Sdk" />
<PackageReference Include="Microsoft.SemanticKernel" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// IGateway.cs
using Microsoft.AutoGen.Abstractions;

namespace Microsoft.AutoGen.Abstractions;
namespace Microsoft.AutoGen.Agents;

public interface IGateway : IGrainObserver
{
Expand Down

0 comments on commit 2d136a9

Please sign in to comment.