mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
New: Bump to .NET Core 3.1
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Radarr.Host.Middleware
|
||||
}
|
||||
});
|
||||
|
||||
#if NETCOREAPP3_0
|
||||
#if NETCOREAPP
|
||||
appBuilder.UseEndpoints(x =>
|
||||
{
|
||||
x.MapHub<MessageHub>(URL_BASE + "/signalr/messages");
|
||||
|
||||
Reference in New Issue
Block a user