From dca31a01daa103885ef82c33dcd9f72b8e27ce37 Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Sun, 23 Apr 2023 17:24:15 +0200 Subject: [PATCH] Downgrade MSBuild Locator (#1079) --- ChangeLog.md | 1 + src/CommandLine/CommandLine.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 diff --git a/src/CommandLine/CommandLine.csproj b/src/CommandLine/CommandLine.csproj index 2c1c6b03db..1522751764 100644 --- a/src/CommandLine/CommandLine.csproj +++ b/src/CommandLine/CommandLine.csproj @@ -48,7 +48,7 @@ - +