aboutsummaryrefslogtreecommitdiff
path: root/Data/Data.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Data/Data.csproj')
-rw-r--r--Data/Data.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/Data/Data.csproj b/Data/Data.csproj
new file mode 100644
index 0000000..373fbc4
--- /dev/null
+++ b/Data/Data.csproj
@@ -0,0 +1,14 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+ <RootNamespace>Data</RootNamespace>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="AutoMapper" Version="10.1.1" />
+ <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.0" />
+ <PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
+ </ItemGroup>
+
+</Project>