Badgerati / Pode

Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
https://badgerati.github.io/Pode
MIT License
830 stars 92 forks source link

Fix build error when dotnet tries to restore from offline NuGet cache #1323

Closed Badgerati closed 3 months ago

Badgerati commented 3 months ago

Description of the Change

Fix build error when dotnet tries to restore from offline NuGet cache, by adding a NuGet.config file for the listener to restore from the online NuGet repository.

Related Issue

Resolves #1039