Azure/azure-resource-provider-sdk

remove package directory in C# Solution

SyntaxC4 opened this issue · 0 comments

NuGet has a packages.config file which will maintain the list of dependencies and their versions. removing this directory will enable quicker downloads of the SDK for those not developing with .NET.

Anyone who wishes to develop with .NET will be able to download the NuGet packages by doing a package restore in Visual Studio by opening the NuGet Package Manager in Visual Studio while the solution is open.