Skip to content

Commit 9e6708f

Browse files
Update nuget.config for new feed location
1 parent a920345 commit 9e6708f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuget.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<packageSources>
33
<clear />
44
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
5-
<add key="AzureLatest" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/WindowsCommunityToolkit-MainLatest/nuget/v3/index.json" protocolVersion="3" />
5+
<add key="AzureLatest" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json" protocolVersion="3" />
66
<add key="MUX-Shared" value="https://pkgs.dev.azure.com/ms/microsoft-ui-xaml/_packaging/MUX-Shared/nuget/v3/index.json" />
77
</packageSources>
88
<disabledPackageSources>
99
<clear />
1010
</disabledPackageSources>
11-
</configuration>
11+
</configuration>

0 commit comments

Comments
 (0)