Skip to content

Commit

Permalink
(maint) Remove unused dependency
Browse files Browse the repository at this point in the history
The System.Linq.Dynamic.Core package is actually not being used, so it
is safe to remove from the project.  This came up as a Depdendabot
security report, which prompted us to check whether this was being
used.  When it was found that it isn't, the decision was made to remove
it, rather than updating it.
  • Loading branch information
gep13 committed Feb 3, 2025
1 parent c98e6f0 commit 01a609a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,6 @@
<Reference Include="System.IO.Pipelines, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.IO.Pipelines.4.5.3\lib\netstandard2.0\System.IO.Pipelines.dll</HintPath>
</Reference>
<Reference Include="System.Linq.Dynamic.Core, Version=1.3.12.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
<HintPath>..\packages\System.Linq.Dynamic.Core.1.3.12\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
</Reference>
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion src/chocolatey.tests.integration/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@
<package id="System.Diagnostics.DiagnosticSource" version="4.5.0" targetFramework="net48" />
<package id="System.IdentityModel.Tokens.Jwt" version="6.34.0" targetFramework="net48" />
<package id="System.IO.Pipelines" version="4.5.3" targetFramework="net48" />
<package id="System.Linq.Dynamic.Core" version="1.3.12" targetFramework="net48" />
<package id="System.Memory" version="4.5.4" targetFramework="net48" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />
<package id="System.Reactive" version="5.0.0" targetFramework="net48" />
Expand Down

0 comments on commit 01a609a

Please sign in to comment.