Skip to content

Commit

Permalink
(tests) Remove Moq dependency (#380)
Browse files Browse the repository at this point in the history
This was added in #210, but it seems to never really have been
needed/used in the code that actually got merged. Unnecessary
dependencies should be removed, so let's get rid of it now.
  • Loading branch information
perlun authored Mar 13, 2023
1 parent a342fbf commit ba0ee11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions release-notes/v0.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
### Added

### Changed
#### Maintenance
- Remove Moq dependency [[#380][380]]

### Fixed

[380]: https://github.com/perlang-org/perlang/pull/380
2 changes: 0 additions & 2 deletions src/Perlang.Tests/Perlang.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="FluentAssertions" Version="6.10.0" />
<PackageReference Include="coverlet.collector" Version="1.3.0" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="Moq.Analyzers" Version="0.0.8" />

<!-- Dependency needed by Moq/Moq.Analyzers; our reflection code fails without this being listed explicitly -->
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.4.0" />
Expand Down

0 comments on commit ba0ee11

Please sign in to comment.