From abebc1220783538cadbcfb29ba24c63a01344793 Mon Sep 17 00:00:00 2001 From: "sam.gerene" Date: Sat, 1 Jan 2022 23:02:00 +0100 Subject: [PATCH] [Bump] to reqifsharp version 5.0.0-rc5 [Bump] to Radzen.Blazor version 3.13.12 --- .../ReqifViewer.Infrastructure.csproj | 2 +- reqifviewer/Program.cs | 7 ++----- reqifviewer/reqifviewer.csproj | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ReqifViewer.Infrastructure/ReqifViewer.Infrastructure.csproj b/ReqifViewer.Infrastructure/ReqifViewer.Infrastructure.csproj index f8b93b5..f4ec740 100644 --- a/ReqifViewer.Infrastructure/ReqifViewer.Infrastructure.csproj +++ b/ReqifViewer.Infrastructure/ReqifViewer.Infrastructure.csproj @@ -15,7 +15,7 @@ - + diff --git a/reqifviewer/Program.cs b/reqifviewer/Program.cs index f5b92c5..5752bf4 100644 --- a/reqifviewer/Program.cs +++ b/reqifviewer/Program.cs @@ -18,11 +18,8 @@ // // ------------------------------------------------------------------------------------------------- -using Serilog.Events; - namespace reqifviewer { - using System; using System.Net.Http; using System.Threading.Tasks; @@ -36,7 +33,7 @@ namespace reqifviewer using ReqifViewer.Infrastructure.Services; using Serilog; - using Serilog.Debugging; + using Serilog.Events; /// /// The purpose of the class is to provide the @@ -54,7 +51,7 @@ public static class Program public static async Task Main(string[] args) { Log.Logger = new LoggerConfiguration() - .MinimumLevel.Debug() + .MinimumLevel.Verbose() .MinimumLevel.Override("Microsoft", LogEventLevel.Information) .Enrich.FromLogContext() .WriteTo.BrowserConsole() diff --git a/reqifviewer/reqifviewer.csproj b/reqifviewer/reqifviewer.csproj index bdfc141..a0de871 100644 --- a/reqifviewer/reqifviewer.csproj +++ b/reqifviewer/reqifviewer.csproj @@ -24,7 +24,7 @@ - +