Skip to content

Commit

Permalink
[deps] Explicit System.Data.Common reference removed
Browse files Browse the repository at this point in the history
[edit] changelog
  • Loading branch information
i4004 committed Aug 1, 2023
1 parent 6b37e75 commit 5ace7b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 6 additions & 1 deletion src/Simplify.Repository/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.6.1] - 2023-07-31
## [1.6.1] - 2023-08-01

### Removed

Expand All @@ -9,9 +9,14 @@

### Added

- .NET 6 support
- .NET Standard 2.1 support
- .NET 4.8 support

### Dependencies

- Explicit System.Data.Common reference removed

## [1.6.0] - 2021-10-28

### Added
Expand Down
3 changes: 0 additions & 3 deletions src/Simplify.Repository/Simplify.Repository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Repository/CHANGELOG.md for details</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Data.Common" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
Expand Down

0 comments on commit 5ace7b8

Please sign in to comment.