Browse Source

Add root nuget.config to ensure CFS protection

Alexander Köplinger 1 year ago
parent
commit
9bb01f57a1
1 changed files with 14 additions and 0 deletions
  1. 14 0
      nuget.config

+ 14 - 0
nuget.config

@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <fallbackPackageFolders>
+    <clear />
+  </fallbackPackageFolders>
+  <packageSources>
+    <clear />
+    <add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
+  </packageSources>
+  <disabledPackageSources>
+    <clear />
+  </disabledPackageSources>
+</configuration>
+