1
0
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:
Kyle Spearrin
2017-11-16 11:01:49 -05:00
parent f18e517b1a
commit f2e2db52a1
6 changed files with 7 additions and 17 deletions

View File

@ -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>();