natemcmaster / dotnet-serve

Simple command-line HTTPS server for the .NET Core CLI
https://nuget.org/packages/dotnet-serve/
Apache License 2.0
782 stars 65 forks source link

.NET 6 enablement #116

Closed lukemcdo closed 1 year ago

lukemcdo commented 2 years ago

I'll take a look at submitting something but this should probably be bumped to .NET 6 (and possibly left there until the next LTS). I think there's a way to target both 5 and 6 in a single project, which would probably be ideal.

natemcmaster commented 1 year ago

The project already compiles for .NET 6 https://github.com/natemcmaster/dotnet-serve/pull/103, so I don't think there is any action item here.