We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a15bdf commit dec9861Copy full SHA for dec9861
src/mono/wasm/Wasm.Build.Tests/data/nuget8.config
@@ -0,0 +1,17 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<configuration>
3
+ <!-- Don't use any higher level config files. -->
4
+ <fallbackPackageFolders>
5
+ <clear />
6
+ <!--<add key="local" value="##\c " />-->
7
+ </fallbackPackageFolders>
8
+ <packageSources>
9
10
+ <!-- TEST_RESTORE_SOURCES_INSERTION_LINE -->
11
+ <add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
12
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
13
+ </packageSources>
14
+ <disabledPackageSources>
15
16
+ </disabledPackageSources>
17
+</configuration>
0 commit comments