mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Bump to .NET Core 3.1
This commit is contained in:
@@ -91,7 +91,7 @@ namespace Radarr.Host
|
||||
{
|
||||
services
|
||||
.AddSignalR()
|
||||
#if !NETCOREAPP3_0
|
||||
#if !NETCOREAPP
|
||||
.AddJsonProtocol(
|
||||
#else
|
||||
.AddNewtonsoftJsonProtocol(
|
||||
@@ -103,7 +103,7 @@ namespace Radarr.Host
|
||||
})
|
||||
.Configure(app =>
|
||||
{
|
||||
#if NETCOREAPP3_0
|
||||
#if NETCOREAPP
|
||||
app.UseRouting();
|
||||
#endif
|
||||
app.Properties["host.AppName"] = BuildInfo.AppName;
|
||||
|
Reference in New Issue
Block a user