Skip to content

Commit 1096ff9

Browse files
deps(test): update dependency microsoft.build.locator to 1.10.12 (#981)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Microsoft.Build.Locator](https://redirect.github.com/microsoft/MSBuildLocator) | `1.10.2` -> `1.10.12` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Build.Locator/1.10.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Build.Locator/1.10.2/1.10.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c646bff commit 1096ff9

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.10.2" />
21+
<PackageReference Include="Microsoft.Build.Locator" Version="1.10.12" />
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.10.2"/>
4+
<PackageReference Include="Microsoft.Build.Locator" Version="1.10.12"/>
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.10"/>
5-
<PackageReference Include="Microsoft.Build.Locator" Version="1.10.2"/>
5+
<PackageReference Include="Microsoft.Build.Locator" Version="1.10.12"/>
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.10.2" />
5+
<PackageReference Include="Microsoft.Build.Locator" Version="1.10.12" />
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)