1
0
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:
Kyle Spearrin
2017-07-31 16:58:27 -04:00
parent d6d9ceab87
commit 3880edfb79
12 changed files with 80 additions and 25 deletions

View File

@@ -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