dotNet 8 needed in Harness Cloud both Linux and Windows by default
next fiscal quarter
L
Late Toucan
dotNet 8 needed in Harness Cloud both Linux and Windows by default .
Currently dotnet 6 is installed by default
Currently we are adding an additional installation step to install dotNet 8 in our CI pipelines since this version is not available by default .
Log In
L
Late Toucan
can we have .Net 10 installed as well by default which is the latest . The request was raised long back and we have new version coming up . .Net10 has long term support from Microsoft .
L
Late Toucan
do we have any update on this ?
N
Nofar Bluestein
next fiscal quarter
N
Nofar Bluestein
Hey, thank you for your request.
We currently plan to update the the linux VM image in the next quarter (Feb - April 2024) .
We will evaluate the request for updating the windows image and provide additional update.
In the meanwhile, you can easily upgrade the .net version on the cloud machine.
For example, on windows you could run something like:
choco install dotnet-8.0-sdk --version=8.0.405 -y
dotnet --version
Regards,
Nofar Bluestein,
CI product team
N
Nofar Bluestein
under review