BlazorExtensions / Logging

Microsoft Extension Logging implementation for Blazor
MIT License
216 stars 31 forks source link

Use Blazor 0.8.0 preview #20

Closed kant2002 closed 5 years ago

kant2002 commented 5 years ago

This is work required to make Logging extension work with Blazor 0.8.0 preview which is hybrid version between original Blazor and Razor Components based Blazor

This is change for informational purposes only, to serve as sample for those who want to try 0.8.0-preview bits of Blazor

I order to use pre-compiled version of this PR, you could add to you project file

  <PropertyGroup>
    <RestoreAdditionalProjectSources>
      https://dotnet.myget.org/f/blazor-dev/api/v3/index.json;
      https://www.myget.org/F/blazor-experiments/api/v3/index.json;
    </RestoreAdditionalProjectSources>
  </PropertyGroup>

Nuget was created using dotnet pack Blazor.Extensions.Logging.csproj /p:Version=0.1.11-preview1 /p:Configuration=Release to those who want to create package manually from branch

galvesribeiro commented 5 years ago

Updated to preview4