sander1095 / munisio

A modern HATEOAS library for .NET to reduce your client-side validation
MIT License
8 stars 4 forks source link

Move up the `.sln` file to the root #26

Closed sander1095 closed 1 year ago

sander1095 commented 1 year ago

A lot of projects have the .sln file in the root of the project so people can immediately get started in the root after cloning the project.

Having it in the root also makes Docker support easier; enabling docker support for a web api project in Visual Studio requires that the project is in the same folder or a deeper one than where the .sln resides.