Skip to content

Commit c135fca

Browse files
authored
Bump Microsoft.Build.Locator to 1.7.8 (#1622)
1 parent f342e3f commit c135fca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
- Old analyzer still works but is marked as obsolete.
2727
- Bump Roslyn to 4.12.0 ([PR](https://github.com/dotnet/roslynator/pull/1623))
2828
- Applies to CLI and testing library.
29+
- Bump `Microsoft.Build.Locator` to 1.7.8 ([PR](https://github.com/dotnet/roslynator/pull/1622))
2930

3031
## [4.12.11] - 2025-01-28
3132

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<RoslynatorCorePackageVersion>$(RoslynatorPackageVersion)</RoslynatorCorePackageVersion>
4444
<RoslynatorAnalyzersPackageVersion>$(RoslynatorPackageVersion)</RoslynatorAnalyzersPackageVersion>
4545
<RoslynatorTestingPackageVersion>$(RoslynatorPackageVersion)</RoslynatorTestingPackageVersion>
46-
<RoslynatorMicrosoftBuildLocatorVersion>1.6.1</RoslynatorMicrosoftBuildLocatorVersion>
46+
<RoslynatorMicrosoftBuildLocatorVersion>1.7.8</RoslynatorMicrosoftBuildLocatorVersion>
4747
</PropertyGroup>
4848

4949
<PropertyGroup Condition="'$(RoslynatorDotNetCli)' == true OR '$(RoslynatorCommandLine)' == true">

0 commit comments

Comments
 (0)