Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed May 22, 2023
1 parent 8e63538 commit 50dd1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/InterprocessServer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static void Main(string[] args)
.ConfigureServices(x =>
{
x.AddMessagePipe()
.AddMessagePipeNamedPipeInterprocess("messagepipe-pipe");
.AddNamedPipeInterprocess("messagepipe-pipe");
})
.RunConsoleAppFrameworkAsync<Program>(args);
}
Expand Down

0 comments on commit 50dd1be

Please sign in to comment.