Skip to content

Commit

Permalink
Maybe we don't need the System.Net.Http assembly reference in the Orc…
Browse files Browse the repository at this point in the history
…hard.Email web.config anymore?
  • Loading branch information
BenedekFarkas committed Mar 11, 2024
1 parent d2f4d7e commit 068b616
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Orchard.Web/Modules/Orchard.Email/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<compilation targetFramework="4.8">
<assemblies>
<add assembly="System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Expand Down

0 comments on commit 068b616

Please sign in to comment.