mirror of
https://github.com/bitwarden/server
synced 2025-12-12 22:33:45 +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.Threading.Tasks;
|
||||
using Bit.Core.Models.Table;
|
||||
using Microsoft.Azure.NotificationHubs;
|
||||
@@ -161,3 +162,4 @@ namespace Bit.Core.Services
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user