Skip to content

Commit 5af3e06

Browse files
deps(core): update aspire monorepo to 13.4.0 (#1137)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Aspire.Hosting](https://redirect.github.com/microsoft/aspire) | `13.3.5` → `13.4.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Aspire.Hosting/13.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Aspire.Hosting/13.3.5/13.4.0?slim=true) | | [Aspire.Hosting.Testing](https://redirect.github.com/microsoft/aspire) | `13.3.5` → `13.4.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Aspire.Hosting.Testing/13.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Aspire.Hosting.Testing/13.3.5/13.4.0?slim=true) | --- ### Release Notes <details> <summary>microsoft/aspire (Aspire.Hosting)</summary> ### [`v13.4.0`](https://redirect.github.com/microsoft/aspire/releases/tag/v13.4.0): Aspire 13.4.0 *Release notes are being generated automatically and will be added to this release shortly. If they haven't appeared within a few hours, ping the Aspire team.* *** *Full commit: [becb48e2d61099e35ae336d527d3875e928d6594](https://redirect.github.com/microsoft/aspire/commit/becb48e2d61099e35ae336d527d3875e928d6594)* </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Zurich) - Branch creation - "after 9pm,before 6am" - 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDYuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 194c930 commit 5af3e06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/KubeOps.Aspire.Hosting/KubeOps.Aspire.Hosting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Aspire.Hosting" Version="13.3.5" />
19+
<PackageReference Include="Aspire.Hosting" Version="13.4.0" />
2020
<PackageReference Include="Aspire.Hosting.Kubernetes" Version="13.3.5-preview.1.26270.6" />
2121
<PackageReference Include="YamlDotNet" Version="16.3.0" />
2222
</ItemGroup>

test/KubeOps.Aspire.Hosting.Test/KubeOps.Aspire.Hosting.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</ItemGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Aspire.Hosting.Testing" Version="13.3.5" />
9+
<PackageReference Include="Aspire.Hosting.Testing" Version="13.4.0" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)