aboutsummaryrefslogtreecommitdiff
path: root/src/Web/DevHive.Web/Configurations/Extensions
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-03-01 08:45:55 +0200
committertranstrike <transtrike@gmail.com>2021-03-01 08:45:55 +0200
commit804d274223734ea1c67920622ceb453cca602fc9 (patch)
tree52a89393afaa1cde5e64fe3f5cdfce2ae21a17b9 /src/Web/DevHive.Web/Configurations/Extensions
parentd0b2f33af25f6da7ceb85e836bc1e1f7bea8bb4d (diff)
downloadDevHive-804d274223734ea1c67920622ceb453cca602fc9.tar
DevHive-804d274223734ea1c67920622ceb453cca602fc9.tar.gz
DevHive-804d274223734ea1c67920622ceb453cca602fc9.zip
Fixed AutoMapper Assembly Error
Diffstat (limited to 'src/Web/DevHive.Web/Configurations/Extensions')
-rw-r--r--src/Web/DevHive.Web/Configurations/Extensions/ConfigureAutoMapper.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Web/DevHive.Web/Configurations/Extensions/ConfigureAutoMapper.cs b/src/Web/DevHive.Web/Configurations/Extensions/ConfigureAutoMapper.cs
index 0b8194e..cd5679f 100644
--- a/src/Web/DevHive.Web/Configurations/Extensions/ConfigureAutoMapper.cs
+++ b/src/Web/DevHive.Web/Configurations/Extensions/ConfigureAutoMapper.cs
@@ -1,4 +1,7 @@
using System;
+using System.Linq;
+using System.Reflection;
+using System.Reflection.Emit;
using AutoMapper;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;