Thanks to visit codestin.com
Credit goes to github.com

Skip to content

net9.0 Blazor Server NU1102 on dotnet restore --runtime linux-x64 #110624

@Wuz3t

Description

@Wuz3t

Description

Hi,

I'm trying to use dontet restore --runtime linux-x64. Restore is failed with message:
error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.Mono.linux-x64 with version (= 9.0.0)

Above line is used in my docker file. It started to crash after updating from .net8 to .net9

Reproduction Steps

  • create clear .net 9 Blazor Web App.
  • run dontet restore --runtime linux-x64

Expected behavior

dontet restore is finished without arrors

Actual behavior

command finishes with message: error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.Mono.linux-x64 with version (= 9.0.0)

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

It is specific to restore, buld works fine.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions