You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2026. It is now read-only.
This repository was archived by the owner on Sep 10, 2026. It is now read-only.
[WebToolsE2E][Aspire] Manually updating eShopOnAzure to 8.0.0, then opening eShop.web fails with error: "Unable to find package Aspire.Azure.AI.OpenAI with version (>= 8.0.0)." #56
REGRESSION INFO: Worked fine on main branch (Aspire 8.0 P7)
INSTALL STEPS
Clean machine: Win11 x64 23h2 ENU
Install VS 17.10 GA FB [ Includes Aspire 8.0.0 and SDK 8.0.300 ]
Apply NuGet darc-pub-dotnet-aspire Feed
Install Docker Desktop for Windows
REPRO STEPS
Clone eShopOnAzure repo
Refer to the eShop repo to manually update Aspire to 8.0.0.
Open eShop.Web.slnf
Build
ACTUAL
NU1102 Unable to find package Aspire.Azure.AI.OpenAI with version (>= 8.0.0)
Found 1 version(s) in dotnet-tools-pub [ Nearest version: 8.0.0-preview.8.24258.2 ]
Versions from azure-sdk-for-net-dev were not considered
Versions from C:\Program Files\dotnet\library-packs were not considered
Versions from nuget were not considered
NuGet.config
NOTE
Using same machine to open eShop.Web from main branch (8.0 P7), it works fine.
EXPECTED
Opening eShop solution without any errors
REGRESSION INFO: Worked fine on main branch (Aspire 8.0 P7)
INSTALL STEPS
REPRO STEPS
ACTUAL

NU1102 Unable to find package Aspire.Azure.AI.OpenAI with version (>= 8.0.0)
Found 1 version(s) in dotnet-tools-pub [ Nearest version: 8.0.0-preview.8.24258.2 ]
Versions from azure-sdk-for-net-dev were not considered
Versions from C:\Program Files\dotnet\library-packs were not considered
Versions from nuget were not considered
NuGet.config

NOTE
EXPECTED
Opening eShop solution without any errors