File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
26
- Old analyzer still works but is marked as obsolete.
27
27
- Bump Roslyn to 4.12.0 ([ PR] ( https://github.com/dotnet/roslynator/pull/1623 ) )
28
28
- Applies to CLI and testing library.
29
+ - Bump ` Microsoft.Build.Locator ` to 1.7.8 ([ PR] ( https://github.com/dotnet/roslynator/pull/1622 ) )
29
30
30
31
## [ 4.12.11] - 2025-01-28
31
32
Original file line number Diff line number Diff line change 43
43
<RoslynatorCorePackageVersion >$(RoslynatorPackageVersion)</RoslynatorCorePackageVersion >
44
44
<RoslynatorAnalyzersPackageVersion >$(RoslynatorPackageVersion)</RoslynatorAnalyzersPackageVersion >
45
45
<RoslynatorTestingPackageVersion >$(RoslynatorPackageVersion)</RoslynatorTestingPackageVersion >
46
- <RoslynatorMicrosoftBuildLocatorVersion >1.6.1 </RoslynatorMicrosoftBuildLocatorVersion >
46
+ <RoslynatorMicrosoftBuildLocatorVersion >1.7.8 </RoslynatorMicrosoftBuildLocatorVersion >
47
47
</PropertyGroup >
48
48
49
49
<PropertyGroup Condition =" '$(RoslynatorDotNetCli)' == true OR '$(RoslynatorCommandLine)' == true" >
You can’t perform that action at this time.
0 commit comments