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