Skip to content

Commit

Permalink
Merge pull request #3620 from gep13/remove-dependency
Browse files Browse the repository at this point in the history
(maint) Remove unused dependency
  • Loading branch information
st3phhays authored Feb 3, 2025
2 parents c98e6f0 + 01a609a commit 1c3be23
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 1c3be23

Please sign in to comment.