Skip to content

Commit

Permalink
[Bump] to reqifsharp version 5.0.0-rc5
Browse files Browse the repository at this point in the history
[Bump] to Radzen.Blazor version 3.13.12
  • Loading branch information
sam.gerene committed Jan 1, 2022
1 parent 02fa5ef commit abebc12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components" Version="5.0.13" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
<PackageReference Include="ReqIFSharp" Version="5.0.0-rc4" />
<PackageReference Include="ReqIFSharp" Version="5.0.0-rc5" />
</ItemGroup>

</Project>
7 changes: 2 additions & 5 deletions reqifviewer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
// </copyright>
// -------------------------------------------------------------------------------------------------

using Serilog.Events;

namespace reqifviewer
{
using System;
using System.Net.Http;
using System.Threading.Tasks;

Expand All @@ -36,7 +33,7 @@ namespace reqifviewer
using ReqifViewer.Infrastructure.Services;

using Serilog;
using Serilog.Debugging;
using Serilog.Events;

/// <summary>
/// The purpose of the <see cref="Program"/> class is to provide the
Expand All @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion reqifviewer/reqifviewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="Blazor-Analytics" Version="3.10.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.13" PrivateAssets="all" />
<PackageReference Include="Radzen.Blazor" Version="3.13.11" />
<PackageReference Include="Radzen.Blazor" Version="3.13.12" />
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.BrowserConsole" Version="1.0.0" />
</ItemGroup>
Expand Down

0 comments on commit abebc12

Please sign in to comment.