berhir / AspNetCore.SpaYarp

An alternative approach to the new ASP.NET Core SPA templates in .NET 6. It uses YARP as proxy to forward requests to the SPA dev server.
MIT License
100 stars 12 forks source link

License #21

Closed jozefizso closed 2 years ago

jozefizso commented 2 years ago

Hi, what is the license of this source code?

berhir commented 2 years ago

Thank you for pointing out that the license file was missing. I have added it now. This project is based on the ASP.NET Core SPA templates and the whole ASP.NET Core source is licensed under MIT and my changes too.

jozefizso commented 2 years ago

Thank you!