From e05e77dd814b118f89ed17d1d65b7bd8bc625237 Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Sun, 23 Apr 2023 17:08:35 +0200 Subject: [PATCH 1/2] Downgrade MSBuild Locator --- src/CommandLine/CommandLine.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine/CommandLine.csproj b/src/CommandLine/CommandLine.csproj index 94a439308f..3475ded8e7 100644 --- a/src/CommandLine/CommandLine.csproj +++ b/src/CommandLine/CommandLine.csproj @@ -46,7 +46,7 @@ - + From b5718b3e477a3e01f11fdc0265e02196b38e66eb Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Sun, 23 Apr 2023 17:11:55 +0200 Subject: [PATCH 2/2] changelog --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 690fdc4920..38e9c6ef0e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix RCS1009 to handles discard designations ([#1063](https://github.com/JosefPihrt/Roslynator/pull/1063/files)). - [CLI] Fix number of formatted documents, file banners added ([#1072](https://github.com/JosefPihrt/Roslynator/pull/1072)). - Improve support for coalesce expressions in code fixes that require computing the logical inversion of an expression, such as [RCS1208](https://github.com/JosefPihrt/Roslynator/blob/main/docs/analyzers/RCS1208.md) ([#1069](https://github.com/JosefPihrt/Roslynator/pull/1069)). +- [CLI] Downgrade version of Microsoft.Build.Locator from 1.5.5 to 1.4.1 ([#1079](https://github.com/JosefPihrt/Roslynator/pull/1079)) ## [4.2.0] - 2022-11-27