Skip to content

Commit 4589d14

Browse files
Followup: Fully remove references (#750)
#747 removed some references to Minimatch.dll but left a few behind. Remove those latent references.
1 parent ac81643 commit 4589d14

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Directory.Packages.props

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<PackageVersion Include="Microsoft.WebTools.Languages.Json" Version="$(WebToolsPackageVersion)" />
2929
<PackageVersion Include="Microsoft.WebTools.Languages.Json.Editor" Version="$(WebToolsPackageVersion)" />
3030
<PackageVersion Include="Microsoft.WebTools.Languages.Json.VS" Version="$(WebToolsPackageVersion)" />
31-
<PackageVersion Include="MiniMatch" Version="2.0.0" />
3231
<PackageVersion Include="Moq" Version="4.10.1" />
3332
<PackageVersion Include="NerdBank.GitVersioning" Version="3.3.37" />
3433
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />

src/LibraryManager.Build/Microsoft.Web.LibraryManager.Build.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
but before NuGet generates a nuspec. See https://github.com/NuGet/Home/issues/4704.
5656
-->
5757
<ItemGroup>
58-
<_PackageFiles Include="$(OutputPath)\**\Microsoft.Web.LibraryManager*.dll;$(OutputPath)\**\Minimatch.dll;$(OutputPath)\**\Newtonsoft.Json.dll" Exclude="$(OutputPath)\**\Microsoft.Web.LibraryManager.Build.dll">
58+
<_PackageFiles Include="$(OutputPath)\**\Microsoft.Web.LibraryManager*.dll;$(OutputPath)\**\Newtonsoft.Json.dll" Exclude="$(OutputPath)\**\Microsoft.Web.LibraryManager.Build.dll">
5959
<PackagePath>tools\%(RecursiveDir)</PackagePath>
6060
<Visible>false</Visible>
6161
<BuildAction>Content</BuildAction>

src/LibraryManager.Vsix/Microsoft.Web.LibraryManager.Vsix.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@
385385
<ItemGroup>
386386
<ThirdPartyAssemblies Include="$(OutputPath)\MessagePack.dll" />
387387
<ThirdPartyAssemblies Include="$(OutputPath)\MessagePack.Annotations.dll" />
388-
<ThirdPartyAssemblies Include="$(OutputPath)\Minimatch.dll" />
389388
<ThirdPartyAssemblies Include="$(OutputPath)\Nerdbank.Streams.dll" />
390389
<FilesToSign Include="@(ThirdPartyAssemblies)">
391390
<Authenticode>3PartySHA2</Authenticode>

0 commit comments

Comments
 (0)