BlazorExtensions / Logging

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

V 0.1.10 for Blazor V3.0P4 has reference to old package, produces compile time error #26

Closed BillHertzing closed 5 years ago

BillHertzing commented 5 years ago

I tried adding V0.1.10 to a project that worked with the logging library a few revisions ago. I get an error image, and I noticed the package references an old blazor assembly

image

perhaps some package references are out of date?

chucker commented 5 years ago

The current released NuGet package requires Blazor 0.7. There’ll be an update soon.

galvesribeiro commented 5 years ago

Updated to preview4 now, can you try again? Will re-open if you still have issues. Thanks