x-minutes / zipcode

0 stars 1 forks source link

Support .Net5 #1

Open x-minutes opened 2 years ago

x-minutes commented 2 years ago

This project currently is just using .net6 and not everyone has that installed.

Add support for the project to run using .net 5.

x-minutes commented 2 years ago

This will probably involve changing the program.cs to a more standard version that can run in .net 5 so it would have the class and the main defined as normal.

The other thing is that it could be a separate project for .net 5 so that it can be made for either and both can be setup as deployable in nuget.