-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net9.0 Blazor Server NU1102 on dotnet restore --runtime linux-x64 #110624
Comments
Tagging subscribers to 'arch-wasm': @lewing |
That runtime package has been deprecated, here is the breaking change - dotnet/docs#41366. Please share the exact steps taken to hit this. The command 'dotnet restore --runtime linux-x64' should not be trying to restore the mono runtime pack. |
Tagging subscribers to this area: @mangod9 |
I'm having the same issue both when building the docker image and executing
The solution contains ASP NET Core and Web Assembly projects, both migrated to NET 9 and using the latest nuget packages. |
@lewing I think this is |
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
Expected behavior
dontet restore
is finished without arrorsActual 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.The text was updated successfully, but these errors were encountered: