1
0
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:
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.Threading.Tasks;
using Bit.Core.Models.Table;
using Microsoft.Azure.NotificationHubs;
@@ -161,3 +162,4 @@ namespace Bit.Core.Services
}
}
}
#endif