dotnet / eShop

A reference .NET application implementing an eCommerce site
MIT License
4.3k stars 1.18k forks source link

[WebToolsE2E][Aspire] Opening eShop.web fails with error: "Unable to find package Aspire.Azure.AI.OpenAI with version (>= 8.0.0)." #374

Closed v-sherryfan closed 2 weeks ago

v-sherryfan commented 2 weeks ago

REGRESSION INFO: Worked fine on main branch (Aspire 8.0 P7)

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install VS 17.10 GA FB [ Includes Aspire 8.0.0 and SDK 8.0.300 ]
  3. Apply NuGet darc-pub-dotnet-aspire Feed
  4. Install Docker Desktop for Windows

REPRO STEPS

  1. Clone eShop repo, checkout the aspire-ga-version branch
  2. Open eShop.Web.slnf
  3. Build

ACTUAL NU1102 Unable to find package Aspire.Azure.AI.OpenAI with version (>= 8.0.0) Found 1 version(s) in dotnet-tools [ 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 image

NuGet.config image

NOTE

EXPECTED Opening eShop solution without any errors

adityamandaleeka commented 2 weeks ago

This is fixed now.