Skip to content

Commit e61dcbc

Browse files
authored
Remove unused package references and versions (#50)
* 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. * remove-bad-submodule
1 parent bdb5014 commit e61dcbc

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Directory.Packages.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageVersion Include="Azure.Core" Version="1.46.2" />
76
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
87
<PackageVersion Include="FakeItEasy" Version="8.3.0" />
98
<PackageVersion Include="FakeItEasy.Analyzer.CSharp" Version="6.1.1" />
@@ -12,10 +11,7 @@
1211
<PackageVersion Include="GitHub.Octokit.SDK" Version="0.0.31" />
1312
<PackageVersion Include="GitVersion.MsBuild" Version="6.3.0" />
1413
<PackageVersion Include="InfinityFlow.Tools.Branding" Version="0.2.0" />
15-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.5" />
1614
<PackageVersion Include="Microsoft.Extensions.Http" Version="9.0.5" />
17-
<PackageVersion Include="Microsoft.Kiota.Abstractions" Version="1.17.4" />
18-
<PackageVersion Include="Microsoft.Kiota.Authentication.Azure" Version="1.17.4" />
1915
<PackageVersion Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.17.4" />
2016
<PackageVersion Include="Microsoft.Kiota.Serialization.Form" Version="1.17.4" />
2117
<PackageVersion Include="Microsoft.Kiota.Serialization.Json" Version="1.17.4" />

app-host

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/InfinityFlow.DigitalOcean.Client/InfinityFlow.DigitalOcean.Client.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Azure.Core" />
12-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
1311
<PackageReference Include="Microsoft.Extensions.Http" />
14-
<PackageReference Include="Microsoft.Kiota.Abstractions" />
15-
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" />
1612
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" />
1713
<PackageReference Include="Microsoft.Kiota.Serialization.Form" />
1814
<PackageReference Include="Microsoft.Kiota.Serialization.Json" />

0 commit comments

Comments
 (0)