diff --git a/src/AudioTagger.Console/AudioTagger.Console.csproj b/src/AudioTagger.Console/AudioTagger.Console.csproj
index b309ab8..591f40e 100644
--- a/src/AudioTagger.Console/AudioTagger.Console.csproj
+++ b/src/AudioTagger.Console/AudioTagger.Console.csproj
@@ -19,12 +19,12 @@
-
-
-
+
+
+
-
-
+
+
diff --git a/src/AudioTagger.Console/Program.cs b/src/AudioTagger.Console/Program.cs
index 486c1b4..cc175f4 100644
--- a/src/AudioTagger.Console/Program.cs
+++ b/src/AudioTagger.Console/Program.cs
@@ -47,7 +47,11 @@ private static void Run(string[] args, IPrinter printer)
var operationResult = OperationFactory(operationArgs);
if (operationResult.IsFailed)
{
- readSettingsResult.Errors.ForEach(x => printer.Error(x.Message));
+ foreach (var err in readSettingsResult.Errors)
+ {
+ printer.Error(err.Message);
+ }
+
PrintInstructions(printer);
return;
}
diff --git a/src/AudioTagger.Library/AudioTagger.Library.csproj b/src/AudioTagger.Library/AudioTagger.Library.csproj
index ffe86e8..a4d8478 100644
--- a/src/AudioTagger.Library/AudioTagger.Library.csproj
+++ b/src/AudioTagger.Library/AudioTagger.Library.csproj
@@ -6,10 +6,10 @@
-
-
-
+
+
+
-
+
diff --git a/src/AudioTagger.Tests/AudioTagger.Tests.csproj b/src/AudioTagger.Tests/AudioTagger.Tests.csproj
index 7901c85..1c3a135 100644
--- a/src/AudioTagger.Tests/AudioTagger.Tests.csproj
+++ b/src/AudioTagger.Tests/AudioTagger.Tests.csproj
@@ -6,13 +6,13 @@
false
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all