Skip to content

Commit d552e2e

Browse files
Bump Aspire.Hosting.AppHost from 8.2.1 to 9.0.0 in the aspire group across 1 directory (#117)
* Bump Aspire.Hosting.AppHost in the aspire group across 1 directory Bumps the aspire group with 1 update in the / directory: [Aspire.Hosting.AppHost](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) --- updated-dependencies: - dependency-name: Aspire.Hosting.AppHost dependency-type: direct:production update-type: version-update:semver-major dependency-group: aspire ... Signed-off-by: dependabot[bot] <[email protected]> * Update AppHost.csproj * Update 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 b63905d commit d552e2e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

sample/AppHost/AppHost.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
2+
<Sdk Name="Aspire.AppHost.Sdk" Version="9.0.0" />
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
@@ -9,13 +9,13 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.2" />
12+
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.0.0" />
1313
</ItemGroup>
1414

15-
<ItemGroup>
16-
<ProjectReference Include="..\..\src\InfinityFlow.Aspire.Temporal\InfinityFlow.Aspire.Temporal.csproj" IsAspireProjectResource="false" />
17-
<ProjectReference Include="..\Api\Api.csproj" />
18-
<ProjectReference Include="..\Worker\Worker.csproj" />
19-
</ItemGroup>
15+
<ItemGroup>
16+
<ProjectReference Include="..\..\src\InfinityFlow.Aspire.Temporal\InfinityFlow.Aspire.Temporal.csproj" IsAspireProjectResource="false" />
17+
<ProjectReference Include="..\Api\Api.csproj" />
18+
<ProjectReference Include="..\Worker\Worker.csproj" />
19+
</ItemGroup>
2020

2121
</Project>

src/InfinityFlow.Aspire.Temporal/InfinityFlow.Aspire.Temporal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030
<ItemGroup>
3131
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
32-
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.2" />
32+
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.0.0" />
3333
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
3434
<PackageReference Include="Testcontainers" Version="4.2.0" />
3535
</ItemGroup>

0 commit comments

Comments
 (0)