Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Schmidmeister committed Aug 26, 2020
1 parent 918d677 commit 15eadab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Email/Email.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@
<PackageReference Include="System.Collections.Immutable" />
<PackageReference Include="MailKit" />
<PackageReference Include="Messerli.FileSystem" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Condition="$(TargetFramework) == 'netstandard2.0'"/>
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PackageReference Update="System.Collections.Immutable" Version="[1.7.1, 2)" />
<PackageReference Update="MailKit" Version="[2.5.2, 3)" />
<PackageReference Update="Messerli.FileSystem" Version="[0.1.6, 0.2)" />
<PackageReference Update="Microsoft.Bcl.AsyncInterfaces" Version="[1.1.1, 2)" />
</ItemGroup>
<ItemGroup Label="Build dependencies">
<PackageReference Update="Messerli.CodeStyle" Version="[1.2.0, 2)" />
Expand Down

0 comments on commit 15eadab

Please sign in to comment.