diff --git a/Directory.Packages.props b/Directory.Packages.props index 630eb06ab6..b55c0820e5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -157,11 +157,11 @@ - - - - - + + + + + diff --git a/playground/orleans/OrleansServer/Program.cs b/playground/orleans/OrleansServer/Program.cs index 4949b3d6ae..2cae58bd9c 100644 --- a/playground/orleans/OrleansServer/Program.cs +++ b/playground/orleans/OrleansServer/Program.cs @@ -1,4 +1,3 @@ -using Orleans.Runtime; using OrleansContracts; var builder = WebApplication.CreateBuilder(args);