Thanks for getting back to me Nick. The situation I'm encountering is that the Seq server where the app will be running is on our client's own network where this windows server will be the lone exception (everything else is Linux and OSX). I need to be able to take this Seq app, upload or copy it over to the client's network, and then install/configure it on their Seq instance.
I've tried the following steps to create a Nuget package and install it on my own local instance of Seq, but each time I try the server responds with a 405 cannot connect and fails to do anything meaningful with the app. I have no doubt I'm not doing something correctly to gte this to work I'm just not as familiar with developing Nuget apps/frameworks.
1. Build Project.
2. Using the Nuget command line console, change directories to the project folder and run nuget spec
3. Edit the nuspec file and fill out all var indicated fields (Seems like there is a linking process that could be done from the Assembly information itself, but this seemed the easiest way to troubleshoot).
4. Run 'nuget pack projectname'.
5. Attempt to upload the nuget package to Seq; Upon saving, receive a 405 error.
Any help is appreciated.