You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ From this hub it gets forwarded to its registered SignalR clients, e.g. to a Jav
11
11
12
12
The main use case for MUnique.Log4Net.CoreSignalR is building a log viewer on your website that gives easy visibility to diagnostic information and errors logged on the server.
13
13
14
-
## .NET Standard / Core
15
-
This project uses the new [SignalR](https://github.com/aspnet/SignalR) library for .NET Standard/Core. It requires .NET Standard 2.0, because SignalR requires it as well.
14
+
## .NET 5
15
+
This project uses the new [SignalR](https://github.com/aspnet/SignalR) library for .NET 5.
16
16
You can find a similar project for the regular version of the .net framework [here](https://github.com/MUnique/log4net.SignalR).
<Description>MUnique.Log4Net.CoreSignalR provides a Log4Net Appender which forwards Log4Net log events to a SignalR hub, which is also provided by this package.
18
16
The main use case for MUnique.Log4Net.CoreSignalR is building a log viewer on your website that gives easy visibility to diagnostic information and errors logged on the server.</Description>
@@ -36,9 +34,9 @@ The main use case for MUnique.Log4Net.CoreSignalR is building a log viewer on yo
0 commit comments