From 17110102349182569646b249f5306e34981b36ba Mon Sep 17 00:00:00 2001 From: Dominique Schuppli Date: Sun, 18 Jan 2026 12:17:08 +0100 Subject: [PATCH] Remove `nuget.config` as it is likely no longer needed A while back we had to add workarounds for NuGet package restore to work correctly (see commit ec49bff). This issue appears to have been resolved so our boilerplate `nuget.config` should now be redundant. See: * https://github.com/NuGet/Home/issues/10586 * https://github.com/actions/runner-images/pull/3373 --- nuget.config | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 nuget.config diff --git a/nuget.config b/nuget.config deleted file mode 100644 index af7ed10fdd..0000000000 --- a/nuget.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -