NuGet.Server returns 404 error

后端 未结 10 1695
你的背包
你的背包 2021-01-02 00:17

I have followed the instructions to setup and host my own NuGet feed. I am running the web application on a Windows 2012 (IIS 8.5) box.

I build and

10条回答
  •  时光取名叫无心
    2021-01-02 00:50

    If you create a new empty VB project you will also get a 404 (in Packages and browsing using NuGet Manager).

    You appear to have to create the project as C# and it works as advertised!

    And yet the source code appears identical :(

提交回复
热议问题