aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio_v2/Tango.DAL/Tango.DAL.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio_v2/Tango.DAL/Tango.DAL.csproj')
-rw-r--r--Software/Visual_Studio_v2/Tango.DAL/Tango.DAL.csproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/Software/Visual_Studio_v2/Tango.DAL/Tango.DAL.csproj b/Software/Visual_Studio_v2/Tango.DAL/Tango.DAL.csproj
new file mode 100644
index 000000000..6fa539f1e
--- /dev/null
+++ b/Software/Visual_Studio_v2/Tango.DAL/Tango.DAL.csproj
@@ -0,0 +1,11 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>netstandard2.0</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="MongoDB.Driver" Version="2.8.1" />
+ </ItemGroup>
+
+</Project>