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.
2 parents e225318 + 6174710 commit b29958dCopy full SHA for b29958d
nuget.config
@@ -1,8 +1,12 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
<packageSources>
4
+ <clear />
5
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
6
<add key="AzureLatest" value="https://pkgs.dev.azure.com/dotnet/WindowsCommunityToolkit/_packaging/WindowsCommunityToolkit-MainLatest/nuget/v3/index.json" protocolVersion="3" />
7
<add key="MUX-Shared" value="https://pkgs.dev.azure.com/ms/microsoft-ui-xaml/_packaging/MUX-Shared/nuget/v3/index.json" />
8
</packageSources>
9
+ <disabledPackageSources>
10
11
+ </disabledPackageSources>
12
</configuration>
0 commit comments