Skip to content

Commit c513f22

Browse files
deps(test): update dependency microsoft.build.locator to 1.10.2 (#963)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Microsoft.Build.Locator](https://redirect.github.com/microsoft/MSBuildLocator) | `1.9.1` -> `1.10.2` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Build.Locator/1.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Build.Locator/1.9.1/1.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/MSBuildLocator (Microsoft.Build.Locator)</summary> ### [`v1.10.2`](https://redirect.github.com/microsoft/MSBuildLocator/releases/tag/v1.10.2) ##### What's Changed - Fix hostfxr\_get\_available\_sdks\_result\_fn array size type. by [@&#8203;tmds](https://redirect.github.com/tmds) in [#&#8203;340](https://redirect.github.com/microsoft/MSBuildLocator/pull/340) - Auto-generate binding redirects only when targeting .NET Framework. by [@&#8203;teo-tsirpanis](https://redirect.github.com/teo-tsirpanis) in [#&#8203;338](https://redirect.github.com/microsoft/MSBuildLocator/pull/338) - Modernize `DotNetSdkLocationHelper` and `hostfxr` interop. by [@&#8203;teo-tsirpanis](https://redirect.github.com/teo-tsirpanis) in [#&#8203;339](https://redirect.github.com/microsoft/MSBuildLocator/pull/339) - Make SDK resolution error messages more helpful. by [@&#8203;teo-tsirpanis](https://redirect.github.com/teo-tsirpanis) in [#&#8203;341](https://redirect.github.com/microsoft/MSBuildLocator/pull/341) - Bump version from 1.9 to 1.10 by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;343](https://redirect.github.com/microsoft/MSBuildLocator/pull/343) - Bump version from 1.9 to 1.10 ([#&#8203;343](https://redirect.github.com/microsoft/MSBuildLocator/issues/343)) by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;344](https://redirect.github.com/microsoft/MSBuildLocator/pull/344) - Update MicroBuildSigningPlugin version and parameters by [@&#8203;YuliiaKovalova](https://redirect.github.com/YuliiaKovalova) in [#&#8203;345](https://redirect.github.com/microsoft/MSBuildLocator/pull/345) ##### New Contributors - [@&#8203;tmds](https://redirect.github.com/tmds) made their first contribution in [#&#8203;340](https://redirect.github.com/microsoft/MSBuildLocator/pull/340) **Full Changelog**: <microsoft/MSBuildLocator@v1.9.1...v1.10.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c53b855 commit c513f22

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/KubeOps.Cli/KubeOps.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.Build.Locator" Version="1.9.1" />
21+
<PackageReference Include="Microsoft.Build.Locator" Version="1.10.2" />
2222
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" />
2323
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />
2424
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />

test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
33
<PackageReference Include="KubernetesClient" Version="17.0.14" />
4-
<PackageReference Include="Microsoft.Build.Locator" Version="1.9.1"/>
4+
<PackageReference Include="Microsoft.Build.Locator" Version="1.10.2"/>
55
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" />
66
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />
77
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />

test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ItemGroup>
33
<PackageReference Include="KubernetesClient" Version="17.0.14" />
44
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.9"/>
5-
<PackageReference Include="Microsoft.Build.Locator" Version="1.9.1"/>
5+
<PackageReference Include="Microsoft.Build.Locator" Version="1.10.2"/>
66
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" />
77
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />
88
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />

test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<ItemGroup>
44
<PackageReference Include="KubernetesClient" Version="17.0.14" />
5-
<PackageReference Include="Microsoft.Build.Locator" Version="1.9.1" />
5+
<PackageReference Include="Microsoft.Build.Locator" Version="1.10.2" />
66
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" />
77
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />
88
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />

0 commit comments

Comments
 (0)