-
Notifications
You must be signed in to change notification settings - Fork 491
/
Copy pathindex.yml
148 lines (142 loc) · 5.77 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
### YamlMime:Hub
title: NuGet documentation
summary: NuGet is the package manager for .NET. It enables developers to create, share, and consume useful .NET libraries. NuGet client tools provide the ability to produce and consume these libraries as "packages".
brand: nuget
metadata:
title: NuGet documentation | Microsoft Docs
titleSuffix: ""
description: NuGet is the package manager for Microsoft development platforms including .NET. The NuGet client tools provide the ability to create and consume packages.
ms.topic: hub-page
author: JonDouglas
ms.author: jodou
ms.date: 03/03/2025
highlightedContent:
items:
- title: What is NuGet?
itemType: overview
url: ./what-is-nuget.md
- title: Install NuGet client tools
itemType: download
url: ./install-nuget-client-tools.md
- title: Learn NuGet
itemType: video
url: https://aka.ms/Nuget101
- title: NuGet.org
itemType: overview
url: ./nuget-org/overview-nuget-org.md
conceptualContent:
title: Consume, create, and publish packages
items:
- title: Get started
links:
- text: Install NuGet client tools
itemType: download
url: ./install-nuget-client-tools.md
- text: Install and use a package - dotnet CLI
itemType: quickstart
url: ./quickstart/install-and-use-a-package-using-the-dotnet-cli.md
- text: Install and use a package - Visual Studio
itemType: quickstart
url: ./quickstart/install-and-use-a-package-in-visual-studio.md
- text: Create a package - dotnet CLI
itemType: quickstart
url: ./quickstart/create-and-publish-a-package-using-the-dotnet-cli.md
- text: Create a package - Visual Studio
itemType: quickstart
url: ./quickstart/create-and-publish-a-package-using-visual-studio.md
- text: Create a .NET Framework package - Visual Studio
itemType: quickstart
url: ./quickstart/create-and-publish-a-package-using-visual-studio-net-framework.md
- title: Consume packages
links:
- text: Workflow (overview)
itemType: overview
url: ./consume-packages/overview-and-workflow.md
- text: Find and choose packages
itemType: get-started
url: ./consume-packages/finding-and-choosing-packages.md
- text: Use Visual Studio
itemType: how-to-guide
url: ./consume-packages/install-use-packages-visual-studio.md
- text: Use dotnet CLI
itemType: how-to-guide
url: ./consume-packages/install-use-packages-dotnet-cli.md
- text: Use nuget.exe CLI
itemType: how-to-guide
url: ./consume-packages/install-use-packages-nuget-cli.md
- text: Use Package Manager Console
itemType: how-to-guide
url: ./consume-packages/install-use-packages-powershell.md
- title: Create packages
links:
- text: Workflow (overview)
itemType: overview
url: ./create-packages/overview-and-workflow.md
- text: Use Visual Studio
itemType: how-to-guide
url: ./quickstart/create-and-publish-a-package-using-visual-studio.md
- text: Use dotnet CLI
itemType: how-to-guide
url: ./create-packages/creating-a-package-dotnet-cli.md
- text: Use nuget.exe CLI
itemType: how-to-guide
url: ./create-packages/creating-a-package.md
- text: Use MSBuild
itemType: how-to-guide
url: ./create-packages/creating-a-package-msbuild.md
- text: Support multiple target frameworks
itemType: reference
url: ./create-packages/multiple-target-frameworks-project-file.md
- title: Publish packages
links:
- text: Publish to NuGet.org
itemType: overview
url: ./nuget-org/publish-a-package.md
- text: Publish to a private feed
itemType: overview
url: ./hosting-packages/overview.md
additionalContent:
sections:
- title: Reference and resources
items:
- title: NuGet.org
links:
- text: Overview
url: ./nuget-org/overview-nuget-org.md
- text: Individual accounts
url: ./nuget-org/individual-accounts.md
- text: Organizations
url: ./nuget-org/organizations-on-nuget-org.md
- text: API keys
url: ./nuget-org/scoped-api-keys.md
- text: Publish a package
url: ./nuget-org/publish-a-package.md
- title: Reference
links:
- text: dotnet CLI
url: ./reference/dotnet-commands.md
- text: nuget.exe CLI
url: ./reference/nuget-exe-cli-reference.md
- text: Package references
url: ./consume-packages/package-references-in-project-files.md
- text: pack and restore as MSBuild targets
url: ./reference/msbuild-targets.md
- text: .nuspec
url: ./reference/nuspec.md
- text: nuget.config
url: ./reference/nuget-config-file.md
- text: NuGet API
url: ./api/overview.md
- title: Resources
links:
- text: Policies - NuGet
url: ./policies/governance.md
- text: Policies - NuGet.org
url: ./nuget-org/policies/data-requests.md
- text: Release notes
url: ./release-notes/known-issues.md
- text: FAQ - NuGet
url: ./resources/nuget-faq.yml
- text: FAQ - NuGet.org
url: ./nuget-org/nuget-org-faq.yml
footer: "[Blogs](https://devblogs.microsoft.com/nuget/) - [Twitter](https://twitter.com/nuget) - [Stack Overflow](https://stackoverflow.com/questions/tagged/nuget)"