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
[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
Open
v-sherryfan opened this issue
May 20, 2024
· 0 comments
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: