diff --git a/CSharpInteractive.Tests/CSharpInteractive.Tests.csproj b/CSharpInteractive.Tests/CSharpInteractive.Tests.csproj index 092b562..30be52d 100644 --- a/CSharpInteractive.Tests/CSharpInteractive.Tests.csproj +++ b/CSharpInteractive.Tests/CSharpInteractive.Tests.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/CSharpInteractive/CSharpInteractive.Tool.csproj b/CSharpInteractive/CSharpInteractive.Tool.csproj index a89f7c3..8669766 100644 --- a/CSharpInteractive/CSharpInteractive.Tool.csproj +++ b/CSharpInteractive/CSharpInteractive.Tool.csproj @@ -29,7 +29,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/CSharpInteractive/CSharpInteractive.csproj b/CSharpInteractive/CSharpInteractive.csproj index 82a81a8..969f4de 100644 --- a/CSharpInteractive/CSharpInteractive.csproj +++ b/CSharpInteractive/CSharpInteractive.csproj @@ -22,7 +22,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/CSharpInteractive/Composition.cs b/CSharpInteractive/Composition.cs index d5d08aa..e4eb604 100644 --- a/CSharpInteractive/Composition.cs +++ b/CSharpInteractive/Composition.cs @@ -60,6 +60,7 @@ private static void Setup() .Bind(InteractionMode.NonInteractive).To() .Bind().To() .Bind().To>() + .Bind(Tag.Type).Bind().To() #endif #if APPLICATION .Bind().As(Lifetime.Transient).To(_ => RunningMode.Application) @@ -173,7 +174,6 @@ private static void Setup() .Bind().To() .Bind().To() .Bind(Tag.Type).To() - .Bind(Tag.Type).Bind().To() .Bind(Tag.Type).To() .Bind(Tag.Type).To() .Bind(Tag.Type).To()