Closed damonbarry closed 1 month ago
@richlander / @leecow who controls mariner package availability? Are we missing the aspnet framework packages for 8.0.403/8.0.10?
Apologies for the miss. Mariner 2 has been updated and validated with 8.0.403.
Thanks @leecow - @damonbarry if you are able to update please let us know!
@leecow @baronfel Thanks that worked!
Describe the bug
If I install .NET SDK 8.0.402 on a fresh Mariner VM (in Azure cloud) and do
dotnet --version
, the version is printed and the command has an exit status of 0. However, if I install the latest version, 8.0.403,dotnet --version
prints an error message and has an exit status of 150.To Reproduce
Create a Mariner 2.0 VM in Azure from PowerShell:
Then SSH into the VM and run:
The output of the last two commands:
Then run:
The output of the last two commands: