aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Services/Services.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'ExamTemplate/Services/Services.csproj')
-rw-r--r--ExamTemplate/Services/Services.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/ExamTemplate/Services/Services.csproj b/ExamTemplate/Services/Services.csproj
index 59fa33e..bac932a 100644
--- a/ExamTemplate/Services/Services.csproj
+++ b/ExamTemplate/Services/Services.csproj
@@ -5,6 +5,10 @@
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
+ <ItemGroup>
+ <PackageReference Include="Automapper" Version="10.1.1" />
+ </ItemGroup>
+
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>