From bda9250aa11195b5f4741ca4ff8f6414ce7da4cb Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Fri, 15 Jun 2018 07:29:18 +0200
Subject: [PATCH] docs: add nuget website description

Closes #2127
---
 website/docs/configuration-options.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/docs/configuration-options.md b/website/docs/configuration-options.md
index 137e780ac6..0f35ccb1e4 100644
--- a/website/docs/configuration-options.md
+++ b/website/docs/configuration-options.md
@@ -306,6 +306,8 @@ See https://renovateapp.com/docs/deep-dives/private-modules for details on how t
 
 ## nuget
 
+The `nuget` configuration object is used to control settings for the NuGet package manager. The NuGet package manager supports SDK-style .csproj's, as described [here](https://natemcmaster.com/blog/2017/03/09/vs2015-to-vs2017-upgrade/). This means that .NET Core projects are all supported but any .NET Framework projects need to be updated to the new `.csproj` format in order to be detected and supported by Renovate.
+
 ## nvm
 
 For settings common to all node.js version updates (e.g. travis, nvm, etc) you can use the `node` object instead.
-- 
GitLab