Question

Is .net 5.0 supported?

How can I publish my web app built using .net 5.0?


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

alexdo
Site Moderator
Site Moderator badge
August 22, 2022

Hello @manzargulzar

Currently, DigitalOcean only allows the deployment of Linux-based OSs. You may be able to achieve this however by creating your own custom Windows ISO image and then using that when creating your Droplet.

You can check our tutorial on How To Deploy an ASP.NET Core Application with MySQL Server Using Nginx on Ubuntu 18.04

https://www.digitalocean.com/community/tutorials/how-to-deploy-an-asp-net-core-application-with-mysql-server-using-nginx-on-ubuntu-18-04

You can also use our App Platform to deploy your application. While we don’t currently support detecting and building .NET Core apps using Buildpacks, you can accomplish this with a Dockerfile in your repo.

This is an example: https://github.com/snormore/aspnetcoresample

https://www.digitalocean.com/products/app-platform

Hope that this helps!

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up