Skip to content

Commit

Permalink
Fix namespaces for moved scope classes
Browse files Browse the repository at this point in the history
  • Loading branch information
generik0 committed Dec 9, 2020
1 parent f7d06b5 commit 6192d33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

namespace Castle.Windsor.Extensions.DependencyInjection
namespace Castle.Windsor.Extensions.DependencyInjection.Scope
{
using System;

using Microsoft.Extensions.DependencyInjection;

internal class ServiceScope : IServiceScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
// limitations under the License.


namespace Castle.Windsor.Extensions.DependencyInjection
namespace Castle.Windsor.Extensions.DependencyInjection.Scope
{
using System;

using Castle.Windsor;
using Castle.Windsor.Extensions.DependencyInjection.Scope;

using Microsoft.Extensions.DependencyInjection;

Expand Down

0 comments on commit 6192d33

Please sign in to comment.