diff --git a/ln.http/ln.http.csproj b/ln.http/ln.http.csproj index f16e0ab..eec1b82 100644 --- a/ln.http/ln.http.csproj +++ b/ln.http/ln.http.csproj @@ -3,7 +3,7 @@ netcoreapp3.1 true - 0.2.3-test + 0.2.3 Harald Wolff-Thobaben l--n.de diff --git a/ln.http/router/LoggingRouter.cs b/ln.http/router/LoggingRouter.cs index a8e13ea..825690e 100644 --- a/ln.http/router/LoggingRouter.cs +++ b/ln.http/router/LoggingRouter.cs @@ -14,7 +14,7 @@ namespace ln.http.router { public class LoggingRouter : IHttpRouter { - IHttpRouter Next { get; } + IHttpRouter Next { get; set; } Logger Logger { get; } public LoggingRouter(IHttpRouter next)