Skip to content

Commit ac81643

Browse files
Merge pull request #747 from jimmylewis/minimatch
Copy minimatch sources and remove package dependency
2 parents 567eece + 3ad403b commit ac81643

File tree

4 files changed

+1045
-7
lines changed

4 files changed

+1045
-7
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
<Target Name="AddAdditionalFilesToSign" AfterTargets="CollectFilesToSign">
4444
<ItemGroup>
4545
<!-- Sign 3rd party assemblies -->
46-
<FilesToSign Include="$(OutputPath)\Minimatch.dll">
47-
<Authenticode>3PartySHA2</Authenticode>
48-
</FilesToSign>
4946
<FilesToSign Include="$(OutputPath)\Newtonsoft.Json.dll">
5047
<Authenticode>3PartySHA2</Authenticode>
5148
</FilesToSign>

src/LibraryManager/Microsoft.Web.LibraryManager.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<PackageId>Microsoft.Web.LibraryManager</PackageId>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Minimatch" NoWarn="NU1603" />
1110
<PackageReference Include="Newtonsoft.Json" />
1211
<PackageReference Include="System.Security.Cryptography.ProtectedData" />
1312
<PackageReference Include="System.ValueTuple" Condition="'$(TargetFramework)' != 'netstandard2.0'" />

0 commit comments

Comments
 (0)