1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 09:32:48 -05:00

net471 directive fixes

This commit is contained in:
Kyle Spearrin
2017-12-29 11:57:52 -05:00
parent 13ad536d9c
commit 46c36dc885
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#if NET47
#if NET471
using System;
using System.Threading.Tasks;
using Bit.Core.Models.Table;

View File

@ -1,4 +1,4 @@
#if NET47
#if NET471
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Azure.NotificationHubs;