JamesNK / aspnetcore-maui

A sample of hosting ASP.NET Core in a MAUI app
MIT License
18 stars 3 forks source link

Where is the hacked ASP.NET Core DLLs? #5

Open zhouhesheng opened 4 months ago

zhouhesheng commented 4 months ago

it seems the project use dlls in the following directories, so where to get the hacked dlls? I wish to compile the project in macOS.

<Reference Include="C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\8.0.0*.dll" Exclude="C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\8.0.0\aspnetcorev2_inprocess.dll">

WeihanLi commented 4 months ago

Update C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\8.0.0\*.dll, use your dotnet root path to replace the C:\Program Files\dotnet\