From d1239b4196bb4ba98b6a2b62847a2a699f960ffc Mon Sep 17 00:00:00 2001 From: Elan Hasson <234704+ElanHasson@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:43:55 -0400 Subject: [PATCH 1/2] Remove unused package references and versions This commit removes several package version specifications from the `Directory.Packages.props` file and corresponding package references from the `InfinityFlow.DigitalOcean.Client.csproj` file. The following packages were removed: `Azure.Core`, `Microsoft.Extensions.DependencyInjection`, `Microsoft.Kiota.Abstractions`, and `Microsoft.Kiota.Authentication.Azure`. This change reflects a potential refactoring in the project's dependency management strategy, possibly indicating a move towards centralized versioning or the removal of unnecessary dependencies. --- Directory.Packages.props | 4 ---- .../InfinityFlow.DigitalOcean.Client.csproj | 4 ---- 2 files changed, 8 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index cf4c04d..7f48831 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,7 +3,6 @@ true - @@ -12,10 +11,7 @@ - - - diff --git a/src/InfinityFlow.DigitalOcean.Client/InfinityFlow.DigitalOcean.Client.csproj b/src/InfinityFlow.DigitalOcean.Client/InfinityFlow.DigitalOcean.Client.csproj index e33b82e..81544f1 100644 --- a/src/InfinityFlow.DigitalOcean.Client/InfinityFlow.DigitalOcean.Client.csproj +++ b/src/InfinityFlow.DigitalOcean.Client/InfinityFlow.DigitalOcean.Client.csproj @@ -8,11 +8,7 @@ - - - - From 5198cee21d06091533982615241f156d6fd5ee49 Mon Sep 17 00:00:00 2001 From: Elan Hasson <234704+ElanHasson@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:46:19 -0400 Subject: [PATCH 2/2] remove-bad-submodule --- app-host | 1 - 1 file changed, 1 deletion(-) delete mode 160000 app-host diff --git a/app-host b/app-host deleted file mode 160000 index 128d603..0000000 --- a/app-host +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 128d603161806924ee89e7b73336a33e39fcc819