Setting up this repository in your projectsAdd this registry as a NuGet package source.
NuGet.Config
<configuration>
<packageSources>
<add key="registry" value="https://registry.jivix.net/nuget/v3/index.json" />
</packageSources>
</configuration>Command
dotnet nuget add source https://registry.jivix.net/nuget/v3/index.json --name registryNo public packages yet
Packages will appear here after they are published and marked as public.
Open administration