mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 05:29:53 +00:00
10 lines
429 B
XML
10 lines
429 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
|
<!--<clear />-->
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="dotnet10-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json" />
|
|
</packageSources>
|
|
</configuration>
|