Skip to content

Commit b938723

Browse files
Build(deps): bump the aspire group across 1 directory with 2 updates (#48)
* Build(deps): bump the aspire group across 1 directory with 2 updates Bumps the aspire group with 2 updates in the / directory: [Aspire.Hosting.AppHost](https://github.com/dotnet/aspire) and [Aspire.Hosting.Testing](https://github.com/dotnet/aspire). Updates `Aspire.Hosting.AppHost` from 8.2.1 to 9.0.0 - [Release notes](https://github.com/dotnet/aspire/releases) - [Commits](https://github.com/dotnet/aspire/commits) Updates `Aspire.Hosting.Testing` from 8.2.1 to 9.0.0 - [Release notes](https://github.com/dotnet/aspire/releases) - [Commits](https://github.com/dotnet/aspire/commits) --- updated-dependencies: - dependency-name: Aspire.Hosting.AppHost dependency-type: direct:production update-type: version-update:semver-major dependency-group: aspire - dependency-name: Aspire.Hosting.Testing dependency-type: direct:production update-type: version-update:semver-major dependency-group: aspire ... Signed-off-by: dependabot[bot] <[email protected]> * Update InfinityFlow.Temporal.Migrator.AppHost.csproj --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Elan Hasson <[email protected]>
1 parent f60cd67 commit b938723

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageVersion Include="Aspire.Hosting.AppHost" Version="8.2.2"/>
7-
<PackageVersion Include="Aspire.Hosting.Testing" Version="8.2.2"/>
6+
<PackageVersion Include="Aspire.Hosting.AppHost" Version="9.0.0"/>
7+
<PackageVersion Include="Aspire.Hosting.Testing" Version="9.0.0"/>
88
<PackageVersion Include="coverlet.collector" Version="6.0.4"/>
99
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1"/>
1010
<PackageVersion Include="GitVersion.MsBuild" Version="6.1.0"/>

src/Aspire/AppHost/InfinityFlow.Temporal.Migrator.AppHost.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<Sdk Name="Aspire.AppHost.Sdk" Version="9.0.0" />
23
<PropertyGroup>
34
<OutputType>Exe</OutputType>
45
<IsAspireHost>true</IsAspireHost>

0 commit comments

Comments
 (0)