summaryrefslogtreecommitdiff
path: root/DSACore
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-28 00:53:05 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-28 00:53:05 +0200
commit043cdb904dbe171b6feeb3addf08664a02ab7579 (patch)
treee5f7d34ced5142b0b07a87741fe72adba852c80a /DSACore
parentad0a46175e7efbbd5bdf952aacc69d8a7750b05a (diff)
added FirestoreApis
Diffstat (limited to 'DSACore')
-rw-r--r--DSACore/DSACore.csproj2
-rw-r--r--DSACore/Properties/PublishProfiles/FolderProfile1.pubxml2
2 files changed, 3 insertions, 1 deletions
diff --git a/DSACore/DSACore.csproj b/DSACore/DSACore.csproj
index 67bd4ab..da2feec 100644
--- a/DSACore/DSACore.csproj
+++ b/DSACore/DSACore.csproj
@@ -9,6 +9,8 @@
</ItemGroup>
<ItemGroup>
+ <PackageReference Include="FirebaseDatabase.net" Version="3.3.3" />
+ <PackageReference Include="FirebaseStorage.net" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
diff --git a/DSACore/Properties/PublishProfiles/FolderProfile1.pubxml b/DSACore/Properties/PublishProfiles/FolderProfile1.pubxml
index e929098..e03b55a 100644
--- a/DSACore/Properties/PublishProfiles/FolderProfile1.pubxml
+++ b/DSACore/Properties/PublishProfiles/FolderProfile1.pubxml
@@ -13,7 +13,7 @@ indem Sie diese MSBuild-Datei bearbeiten. Weitere Informationen hierzu finden Si
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<TargetFramework>netcoreapp2.1</TargetFramework>
- <RuntimeIdentifier>win-x64</RuntimeIdentifier>
+ <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<ProjectGuid>35a5e2cc-0fd4-4bc0-acbf-38599caed1c4</ProjectGuid>
<SelfContained>false</SelfContained>
<_IsPortable>true</_IsPortable>