From 3a3eef691a2bc5f9f5c3210717024b69a8d9a70d Mon Sep 17 00:00:00 2001 From: Siri Varma Vegiraju Date: Fri, 20 Dec 2024 22:43:50 -0800 Subject: [PATCH 1/2] Delete examples/AI/ConversationalAI/Properties/launchSettings.json Signed-off-by: Siri Varma Vegiraju --- .../ConversationalAI/Properties/launchSettings.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 examples/AI/ConversationalAI/Properties/launchSettings.json diff --git a/examples/AI/ConversationalAI/Properties/launchSettings.json b/examples/AI/ConversationalAI/Properties/launchSettings.json deleted file mode 100644 index a678d182..00000000 --- a/examples/AI/ConversationalAI/Properties/launchSettings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "profiles": { - "ConversationalAI": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "https://localhost:59273;http://localhost:59274" - } - } -} \ No newline at end of file From b6ca2d49f47ec6a54d6648457de129c6da09844f Mon Sep 17 00:00:00 2001 From: Siri Varma Vegiraju Date: Fri, 20 Dec 2024 22:44:01 -0800 Subject: [PATCH 2/2] Delete examples/Client/PublishSubscribe/StreamingSubscriptionExample/Properties/launchSettings.json Signed-off-by: Siri Varma Vegiraju --- .../Properties/launchSettings.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 examples/Client/PublishSubscribe/StreamingSubscriptionExample/Properties/launchSettings.json diff --git a/examples/Client/PublishSubscribe/StreamingSubscriptionExample/Properties/launchSettings.json b/examples/Client/PublishSubscribe/StreamingSubscriptionExample/Properties/launchSettings.json deleted file mode 100644 index fcd1bdf9..00000000 --- a/examples/Client/PublishSubscribe/StreamingSubscriptionExample/Properties/launchSettings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "profiles": { - "StreamingSubscriptionExample": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "https://localhost:59271;http://localhost:59272" - } - } -} \ No newline at end of file