NugetPackagesMigrator 1.0.1
dotnet tool install --global NugetPackagesMigrator --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local NugetPackagesMigrator --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NugetPackagesMigrator&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package NugetPackagesMigrator --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Nuget Package Source Migration Tool
Usage :
1. Configure Nuget sources (If not already configured).
Both source and target package sources should be configured on machine where this tool will be run.
2. Install dotnet tool
dotnet tool install --global NugetPackagesMigrator
3. Run Migration
Given we have 2 nuget sources configured, one named "source-repository" and other "target-repository", run following command:
dotnet nuget-migrator --from source-repository --to target-repository
Notes :
May Not work if package source is using custom nuget credential provider plugin
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.