File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 44- [ Packaging Icon within the nupkg] ( https://github.com/NuGet/Home/wiki/Packaging-Icon-within-the-nupkg )
55- [ Supporting Multiple Target Frameworks] ( https://learn.microsoft.com/en-us/nuget/create-packages/supporting-multiple-target-frameworks )
66- [ NuGet Package Explorer] ( https://apps.microsoft.com/detail/9WZDNCRDMDM3?hl=en-us&gl=AR&ocid=pdpshare )
7- - [ NuGet Package Explorer GitHub] ( https://github.com/NuGetPackageExplorer/NuGetPackageExplorer )
7+ - [ NuGet Package Explorer GitHub] ( https://github.com/NuGetPackageExplorer/NuGetPackageExplorer )
8+
9+ #### Command to push a package to NuGet
10+ ``` bash
11+ dotnet nuget push file.nupkg -k {YOUR_API_KEY_HERE} -s https://api.nuget.org/v3/index.json
12+ ```
13+
14+ #### Command to pack a project
15+ ``` bash
16+ dotnet pack --configuration Release
17+ ```
You can’t perform that action at this time.
0 commit comments