Skip to content

Commit 4fa27ff

Browse files
author
Jacques Kang
committed
resolve build warning
1 parent d61fd38 commit 4fa27ff

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ Support using primitive or complexe types in service contract.
101101
IpcServiceHostBuilder
102102
.Buid("pipeName", serviceProvider as IServiceProvider)
103103
.Start();
104-
105104
}
106105

107106
private static IServiceCollection ConfigureServices(IServiceCollection services)

src/IpcServiceSample.ConsoleClient/Program.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
using IpcServiceSample.ServiceContracts;
22
using System;
3-
using System.Threading.Tasks;
43

54
namespace IpcServiceSample.ConsoleClient
65
{
76
class Program
87
{
98
static void Main(string[] args)
10-
{
11-
MainAsync().Wait();
12-
}
13-
14-
private static async Task MainAsync()
159
{
1610
try
1711
{

0 commit comments

Comments
 (0)