From 422e2032490d2ef771b97c11a5cf1dbc3c54ea14 Mon Sep 17 00:00:00 2001 From: Rob Hague Date: Sun, 28 Jun 2026 12:40:09 +0200 Subject: [PATCH] Add nuget.config Fixes build warnings when multiple package sources are defined locally: warning NU1507: There are 2 package sources defined in your configuration. When using central package management, please map your package sources with package source mapping (https://aka.ms/nuget-package-source-mapping) or specify a single package source. Before: Build succeeded with 71 warning(s) After: Build succeeded --- nuget.config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nuget.config diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..fbcef101 --- /dev/null +++ b/nuget.config @@ -0,0 +1,7 @@ + + + + + + +