From 085ee59d45a244d98581aa345aa2340c4734af2b Mon Sep 17 00:00:00 2001 From: haraldwolff Date: Thu, 2 Jun 2022 08:55:27 +0200 Subject: [PATCH] Upgraded ln.bootstrap --- ln.http.service/Program.cs | 4 +++- ln.http.service/ln.http.service.csproj | 2 +- ln.http/ln.http.csproj | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ln.http.service/Program.cs b/ln.http.service/Program.cs index f260492..bdfb070 100644 --- a/ln.http.service/Program.cs +++ b/ln.http.service/Program.cs @@ -8,7 +8,9 @@ namespace ln.http.service { static void Main(string[] args) { - Bootstrap.Start(); + Bootstrap + .DefaultInstance + .Start(); } } } diff --git a/ln.http.service/ln.http.service.csproj b/ln.http.service/ln.http.service.csproj index c7696ba..c1529c0 100644 --- a/ln.http.service/ln.http.service.csproj +++ b/ln.http.service/ln.http.service.csproj @@ -11,7 +11,7 @@ - + diff --git a/ln.http/ln.http.csproj b/ln.http/ln.http.csproj index dac0389..e6c207e 100644 --- a/ln.http/ln.http.csproj +++ b/ln.http/ln.http.csproj @@ -10,7 +10,8 @@ (c) 2020 Harald Wolff-Thobaben http server 9 - 0.6.1 + 0.6.2 + 0.6.2.0