Skip to content

Commit 9b02425

Browse files
authored
Exclude Microsoft.Extensions.DependencyInjection.* assemblies from VSIX (#7007)
1 parent 7ee0aa2 commit 9b02425

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGet.Clients/NuGet.VisualStudio.Client/.vsixignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Azure.Core.dll
77
Ben.Demystifier.dll
88
Markdig.Signed.dll
99
Microsoft.DataAI.NuGetRecommender.Contracts.dll
10+
Microsoft.Extensions.DependencyInjection.dll
11+
Microsoft.Extensions.DependencyInjection.Abstractions.dll
1012
Microsoft.IdentityModel.Clients.ActiveDirectory.dll
1113
Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll
1214
Microsoft.IdentityModel.JsonWebTokens.dll

src/NuGet.Clients/NuGet.VisualStudio.Client/.vsixinclude

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ NuGet.Versioning.dll
5858
NuGet.Versioning.resources.dll
5959

6060
# 3rd party dlls to keep
61-
Microsoft.Extensions.DependencyInjection.dll
62-
Microsoft.Extensions.DependencyInjection.Abstractions.dll
6361
Microsoft.Extensions.FileProviders.Abstractions.dll
6462
Microsoft.Extensions.FileSystemGlobbing.dll
6563
Microsoft.Extensions.Primitives.dll

0 commit comments

Comments
 (0)