v6.0.0
- Breaking change: Starting with Autofac 6.0, we now only target
netstandard2.0
andnetstandard2.1
; we have removed the explicit target fornet461
. This package therefore targetsnet472
instead ofnet461
. - Resolved #10: Reference to
System.Net.Http
switched to NuGet to avoid runtime dependency location challenges on different framework versions.