std66 / TomiSoft.YoutubeDownloader.WebUI

A simple WebUI for youtube-dl.
GNU General Public License v3.0
6 stars 0 forks source link

Upgrade to .NET 5 #9

Closed std66 closed 3 years ago

std66 commented 3 years ago

User story

As a developer I want to upgrade the codebase to .NET 5 So that the software relies on a supported framework

Background

Right now, the project is built on ASP.NET Core 2.1, which is not going to be maintained by Microsoft after 21 August 2021. It is necessary to upgrade the codebase to be able to run on top of .NET 5.

Technical details

Make the necessary changes in the code.

Acceptance criteria