Updated conditional build statements to correct for version changes.
Updated csproj files.
Made Host public (and made Specify() method internal as you proposed), this now allows us to access Host.Container.ApplicationContainer in order to dispose it after running tests. This allows us to get the OnRelease action triggered on SingleInstance items inside the container consistently.
As discussed today: