summaryrefslogtreecommitdiff
path: root/dsa/FireBase/FireBase.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'dsa/FireBase/FireBase.csproj')
-rw-r--r--dsa/FireBase/FireBase.csproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/dsa/FireBase/FireBase.csproj b/dsa/FireBase/FireBase.csproj
new file mode 100644
index 0000000..2a47b27
--- /dev/null
+++ b/dsa/FireBase/FireBase.csproj
@@ -0,0 +1,13 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>netcoreapp2.2</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="LiteDB" Version="4.1.4" />
+ <PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
+ <PackageReference Include="System.Reactive" Version="4.1.0" />
+ </ItemGroup>
+
+</Project>