Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dotnet/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageVersion Include="Aspire.Azure.AI.OpenAI" Version="9.3.1-preview.1.25305.6" />
<PackageVersion Include="Aspire.Azure.Search.Documents" Version="9.5.1" />
<PackageVersion Include="Aspire.Hosting.AppHost" Version="13.0.0" />
<PackageVersion Include="Aspire.Hosting.Azure.CognitiveServices" Version="13.0.0" />
<PackageVersion Include="Aspire.Hosting.Azure.CognitiveServices" Version="13.3.0" />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This single-package bump creates a mixed Aspire hosting stack in the sample AppHosts: they still reference Aspire.Hosting.AppHost and Aspire.AppHost.Sdk at 13.0. The existing repo pattern is to keep these Aspire hosting components aligned, so please update the matching AppHost pins in the same change or keep this package at 13.0.0.

<PackageVersion Include="Aspire.Hosting.NodeJs" Version="9.5.2" />
<PackageVersion Include="CommunityToolkit.Aspire.Hosting.Dapr" Version="9.9.0" />
<PackageVersion Include="CommunityToolkit.Aspire.Hosting.NodeJS.Extensions" Version="9.9.0" />
Expand Down
Loading