From ad0a46175e7efbbd5bdf952aacc69d8a7750b05a Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Thu, 27 Sep 2018 23:46:43 +0200 Subject: implemented rudemetary groups --- DSACore/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DSACore/Properties') diff --git a/DSACore/Properties/launchSettings.json b/DSACore/Properties/launchSettings.json index 2da5fec..50d10a9 100644 --- a/DSACore/Properties/launchSettings.json +++ b/DSACore/Properties/launchSettings.json @@ -21,7 +21,7 @@ "commandName": "Project", "launchBrowser": true, "launchUrl": "api/commands", - "applicationUrl": "https://0.0.0.0:5001;http://0.0.0.0:5000", + "applicationUrl": "https://192.168.2.58:5001;http://192.168.2.58:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } -- cgit v1.2.3-54-g00ecf From 043cdb904dbe171b6feeb3addf08664a02ab7579 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Fri, 28 Sep 2018 00:53:05 +0200 Subject: added FirestoreApis --- DSACore/DSACore.csproj | 2 ++ DSACore/Properties/PublishProfiles/FolderProfile1.pubxml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'DSACore/Properties') 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 @@ + + 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 True False netcoreapp2.1 - win-x64 + linux-x64 35a5e2cc-0fd4-4bc0-acbf-38599caed1c4 false <_IsPortable>true -- cgit v1.2.3-54-g00ecf