mirror of
https://github.com/bitwarden/server
synced 2025-12-20 02:03:46 +00:00
add x-platform support with netcore 2.0
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
#if NET461
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Azure.NotificationHubs;
|
||||
@@ -144,3 +145,4 @@ namespace Bit.Core.Services
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user