Daniel15 / simple-nuget-server

A very simple PHP NuGet server
MIT License
116 stars 43 forks source link

Create a framework entry even if it has no dependencies #34

Closed dixong closed 5 years ago

dixong commented 6 years ago

Currently frameworks without dependencies are not saved to the database and don't display in Visual Studio (#33).

This change adds a framework entry without dependencies if required.