Skip to content

Commit 029a5df

Browse files
authored
Merge pull request #3455 from NuGet/main
Publish live
2 parents 919dd6a + 6006afc commit 029a5df

File tree

9 files changed

+16
-4
lines changed

9 files changed

+16
-4
lines changed

docs/consume-packages/consuming-packages-authenticated-feeds.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: nkolev92
55
ms.author: nikolev
66
ms.date: 12/22/2023
77
ms.topic: conceptual
8+
ms.custom: sfi-ropc-nochange
89
---
910

1011
# Consuming packages from authenticated feeds

docs/create-packages/Sign-a-Package.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.author: rmpablos
66
ms.date: 03/06/2018
77
ms.topic: conceptual
88
ms.reviewer: anangaur
9+
ms.custom: sfi-image-nochange
910
---
1011

1112
# Sign a NuGet package

docs/nuget-org/individual-accounts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: mikejo5000
55
ms.author: mikejo
66
ms.date: 06/05/2019
77
ms.topic: conceptual
8+
ms.custom: sfi-image-nochange
89
---
910

1011
# Individual accounts on NuGet.org

docs/nuget-org/nuget-org-faq.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
ms.author: shishirh
77
ms.date: 06/05/2019
88
ms.topic: conceptual
9+
ms.custom: sfi-image-nochange
910

1011
title: NuGet.org frequently-asked questions
1112
summary: |

docs/nuget-org/organizations-on-nuget-org.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.topic: conceptual
88
ms.reviewer:
99
- kraigb
1010
- camsoper
11+
ms.custom: sfi-image-nochange
1112
---
1213

1314
# Your organization on NuGet.org

docs/reference/errors-and-warnings/NU5015.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ f1_keywords:
1111
---
1212

1313
# NuGet Error NU5015
14+
15+
> [!WARNING]
16+
> project.json support has been removed starting with [NuGet 7.0](../../release-notes/NuGet-7.0.md) and this error will no longer be raised.
17+
1418
> project.json cannot contain multiple Target Frameworks.
1519
1620
### Issue
1721

1822
The project.json file passed to NuGet pack operation contains multiple target frameworks.
1923

20-
2124
### Solution
2225

2326
Please fix the project.json file to contain only a single target framework.
24-

docs/reference/errors-and-warnings/NU5042.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ f1_keywords:
99
- "NU5042"
1010
---
1111

12-
# NuGet Error NU5042
12+
# NuGet Error NU5042 (Obsolete)
13+
14+
> [!WARNING]
15+
> project.json support has been removed starting with [NuGet 7.0](../../release-notes/NuGet-7.0.md) and this error will no longer be raised.
1316
1417
> `project.json` pack is disabled in the current NuGet version, and will be permanently removed in a future version.
1518
> Please consider migrating 'MyProject' to `PackageReference` and using the pack targets.
@@ -21,4 +24,4 @@ NuGet.exe pack for project.json projects is not supported.
2124

2225
### Solution
2326

24-
Migrate your project to PackageReference and use the pack targets instead.
27+
[Migrate your project to PackageReference](../../archive/project-json.md#migrate-projectjson-to-packagereference) and use the pack targets instead.

docs/release-notes/NuGet-1.5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: JonDouglas
55
ms.author: jodou
66
ms.date: 11/11/2016
77
ms.topic: conceptual
8+
ms.custom: sfi-image-nochange
89
---
910

1011
# NuGet 1.5 Release Notes

docs/release-notes/NuGet-2.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: JonDouglas
55
ms.author: jodou
66
ms.date: 11/11/2016
77
ms.topic: conceptual
8+
ms.custom: sfi-image-nochange
89
---
910

1011
# NuGet 2.1 Release Notes

0 commit comments

Comments
 (0)