summaryrefslogtreecommitdiff
path: root/DSACore/DSACore.csproj
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-29 16:51:26 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-29 16:51:26 +0200
commitde0f076ef9ff546c9a90513259ad6c42cd2224b3 (patch)
tree995d766417fd2093d7950694ef17f3c84b7f1042 /DSACore/DSACore.csproj
parent04912687127303fd270b61f131cf68fd4aaae956 (diff)
added firebase api
Diffstat (limited to 'DSACore/DSACore.csproj')
-rw-r--r--DSACore/DSACore.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/DSACore/DSACore.csproj b/DSACore/DSACore.csproj
index da2feec..ad760c2 100644
--- a/DSACore/DSACore.csproj
+++ b/DSACore/DSACore.csproj
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
+ <StartupObject>DSACore.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
@@ -9,13 +10,12 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="FirebaseDatabase.net" Version="3.3.3" />
- <PackageReference Include="FirebaseStorage.net" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DSALib\DSALib.csproj" />
+ <ProjectReference Include="..\FireBase\FireBase.csproj" />
</ItemGroup>
</Project>