mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
update projects to net47
This commit is contained in:
@ -78,7 +78,7 @@ namespace Bit.Core.Utilities
|
||||
services.AddSingleton<IPushNotificationService, RelayPushNotificationService>();
|
||||
services.AddSingleton<IPushRegistrationService, RelayPushRegistrationService>();
|
||||
}
|
||||
#if NET461
|
||||
#if NET47
|
||||
else if(!globalSettings.SelfHosted)
|
||||
{
|
||||
services.AddSingleton<IPushNotificationService, NotificationHubPushNotificationService>();
|
||||
|
Reference in New Issue
Block a user