-
Notifications
You must be signed in to change notification settings - Fork 746
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
dotnet build fails to restore Nuget packages after running dotnet workload update & dotnet workload install aspire on RHEL 8.9
Expected Behavior
No response
Steps To Reproduce
dotnet workload update
dotnet workload install aspire
mkdir foo
dotnet new aspire-apphost
Exceptions (if any)
The template ".NET Aspire App Host" was created successfully.
This template contains technologies from parties other than Microsoft, see https://aka.ms/dotnet/aspire/8.0-third-party-notices for details.
Processing post-creation actions...
Restoring /app/foo/foo.csproj:
Determining projects to restore...
/app/foo/foo.csproj : error NU1101: Unable to find package Aspire.Dashboard.Sdk.rhel.8-x64. No packages exist with this id in source(s): nuget.org
/app/foo/foo.csproj : error NU1101: Unable to find package Aspire.Hosting.Orchestration.rhel.8-x64. No packages exist with this id in source(s): nuget.org
Failed to restore /app/foo/foo.csproj (in 3.64 sec).
Restore failed.
Post action failed.
Manual instructions: Run 'dotnet restore'
.NET Version info
dotnet --info
.NET SDK:
Version: 8.0.108
Commit: 665a05cea7
Workload version: 8.0.100-manifests.3df3d38d
Runtime Environment:
OS Name: rhel
OS Version: 8
OS Platform: Linux
RID: rhel.8-x64
Base Path: /usr/lib64/dotnet/sdk/8.0.108/
.NET workloads installed:
Workload version: 8.0.100-manifests.3df3d38d
[aspire]
Installation Source: SDK 8.0.100
Manifest Version: 8.2.0/8.0.100
Manifest Path: /home/acme/.dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.aspire/8.2.0/WorkloadManifest.json
Install Type: FileBased
Host:
Version: 8.0.8
Architecture: x64
Commit: 08338fcaa5
.NET SDKs installed:
8.0.108 [/usr/lib64/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.8 [/usr/lib64/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.8 [/usr/lib64/dotnet/shared/Microsoft.NETCore.App]
Anything else?
Installed Workload Id Manifest Version Installation Source
aspire 8.2.0/8.0.100 SDK 8.0.100
Red Hat Enterprise Linux release 8.9 (Ootpa)