Daniel15 / simple-nuget-server

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

Update to include frameworks without dependencies #36

Closed dixong closed 6 years ago

dixong commented 6 years ago

Some frameworks don't have any dependencies and don't currently appear in the framework list in Visual Studio (issue #33)

This adds a placeholder framework with empty id/version to the database entry.

Daniel15 commented 6 years ago

Thanks!