From de55426d9178f0cb18767b91423aba1646209fbd Mon Sep 17 00:00:00 2001 From: Pent Ploompuu Date: Thu, 31 Aug 2023 17:08:10 +0300 Subject: [PATCH] Update dependencies --- .../Buildalyzer.Logger.csproj | 1 - src/Buildalyzer/Buildalyzer.csproj | 17 ++++++----------- src/Buildalyzer/Logging/EventProcessor.cs | 2 +- .../Buildalyzer.Tests/Buildalyzer.Tests.csproj | 7 ------- .../Buildalyzer.Workspaces.Tests.csproj | 6 ------ 5 files changed, 7 insertions(+), 26 deletions(-) diff --git a/src/Buildalyzer.Logger/Buildalyzer.Logger.csproj b/src/Buildalyzer.Logger/Buildalyzer.Logger.csproj index c3199fcb..f409a6bb 100644 --- a/src/Buildalyzer.Logger/Buildalyzer.Logger.csproj +++ b/src/Buildalyzer.Logger/Buildalyzer.Logger.csproj @@ -6,7 +6,6 @@ $(TargetsForTfmSpecificBuildOutput);PackLogger - diff --git a/src/Buildalyzer/Buildalyzer.csproj b/src/Buildalyzer/Buildalyzer.csproj index adad8682..74ac9268 100644 --- a/src/Buildalyzer/Buildalyzer.csproj +++ b/src/Buildalyzer/Buildalyzer.csproj @@ -1,20 +1,15 @@ - + net6.0 A little utility to perform design-time builds of .NET projects without having to think too hard about it. Should work with any project type on any .NET runtime. - - - + - - - - - - - + + + + diff --git a/src/Buildalyzer/Logging/EventProcessor.cs b/src/Buildalyzer/Logging/EventProcessor.cs index e6a253a6..9edc090d 100644 --- a/src/Buildalyzer/Logging/EventProcessor.cs +++ b/src/Buildalyzer/Logging/EventProcessor.cs @@ -66,7 +66,7 @@ public EventProcessor(AnalyzerManager manager, ProjectAnalyzer analyzer, IEnumer // See https://twitter.com/KirillOsenkov/status/1427686459713019904 private void StatusEventRaised(object sender, BuildStatusEventArgs e) { - if (e is StructuredLogger::Microsoft.Build.Framework.ProjectEvaluationFinishedEventArgs slEv) + if (e is ProjectEvaluationFinishedEventArgs slEv) { _evalulationResults[slEv.BuildEventContext.EvaluationId] = new PropertiesAndItems { diff --git a/tests/Buildalyzer.Tests/Buildalyzer.Tests.csproj b/tests/Buildalyzer.Tests/Buildalyzer.Tests.csproj index efea6f00..38824223 100644 --- a/tests/Buildalyzer.Tests/Buildalyzer.Tests.csproj +++ b/tests/Buildalyzer.Tests/Buildalyzer.Tests.csproj @@ -6,18 +6,11 @@ - - - - - - - diff --git a/tests/Buildalyzer.Workspaces.Tests/Buildalyzer.Workspaces.Tests.csproj b/tests/Buildalyzer.Workspaces.Tests/Buildalyzer.Workspaces.Tests.csproj index 08bdfe94..9d0185cb 100644 --- a/tests/Buildalyzer.Workspaces.Tests/Buildalyzer.Workspaces.Tests.csproj +++ b/tests/Buildalyzer.Workspaces.Tests/Buildalyzer.Workspaces.Tests.csproj @@ -5,18 +5,12 @@ - - - - - -