self hosted nuget server url update

master
Tudor Stanciu 2023-02-26 03:26:56 +02:00
parent 62d86254ba
commit b650658f53
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
<packageSources> <packageSources>
<clear /> <clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="sta.nuget" value="https://lab.code-rove.com/public-nuget-server/nuget" /> <add key="sta.nuget" value="https://lab.code-rove.com/public-nuget-server/v3/index.json" />
</packageSources> </packageSources>
</configuration> </configuration>