diff options
-rw-r--r-- | DSACore/DSACore.csproj | 2 | ||||
-rw-r--r-- | DSACore/Properties/PublishProfiles/FolderProfile1.pubxml | 2 |
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> |