mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
net471 directive fixes
This commit is contained in:
@@ -90,7 +90,7 @@ namespace Bit.Core.Utilities
|
||||
services.AddSingleton<IPushNotificationService, RelayPushNotificationService>();
|
||||
services.AddSingleton<IPushRegistrationService, RelayPushRegistrationService>();
|
||||
}
|
||||
#if NET47
|
||||
#if NET471
|
||||
else if(!globalSettings.SelfHosted)
|
||||
{
|
||||
services.AddSingleton<IPushNotificationService, NotificationHubPushNotificationService>();
|
||||
|
||||
Reference in New Issue
Block a user