.NET


Overview

JFrog Fly supports the NuGet registry format for .NET projects. Both NuGet CLI and dotnet CLI can publish to and consume from the same JFrog Fly registry.

JFrog Fly Registry Path: <your-fly-subdomain>.jfrog.io/artifactory/api/nuget/nuget

Public Registry (Proxied): https://www.nuget.org


Choose Your Package Manager

  • NuGet - NuGet command-line interface
  • dotnet - .NET command-line interface

Registry Format

Both package managers use the NuGet registry format. Your packages are stored in the same registry regardless of which package manager you use for publishing.


Back to Package Managers →