Skip to content

Commit 134229b

Browse files
authored
Improve the note for project.json (#3474)
1 parent 25297de commit 134229b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/archive/project-json-and-uwp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.topic: conceptual
1212
> [!Important]
1313
> This content is deprecated. Projects should use the PackageReference formats.
1414
> Learn how to [migrate your project.json project to PackageReference](./project-json.md#migrate-projectjson-to-packagereference).
15+
> Visual Studio 2026 automatically migrates project.json at solution load time.
16+
> [.NET 10 SDK & NuGet.exe 7.0](../release-notes/NuGet-7.0.md) do not support project.json projects.
1517
1618
This document describes the package structure that employs features in NuGet 3+ (Visual Studio 2015 and later). The `minClientVersion` property of your `.nuspec` can be used to state that you require the features described here by setting it to 3.1.
1719

docs/archive/project-json-impact.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.topic: conceptual
1212
> [!Important]
1313
> This content is deprecated. Projects should use the PackageReference formats.
1414
> Learn how to [migrate your project.json project to PackageReference](./project-json.md#migrate-projectjson-to-packagereference).
15+
> Visual Studio 2026 automatically migrates project.json at solution load time.
16+
> [.NET 10 SDK & NuGet.exe 7.0](../release-notes/NuGet-7.0.md) do not support project.json projects.
1517
1618
The `project.json` system used in NuGet 3+ affects package authors in several ways as described in the following sections.
1719

docs/archive/project-json.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.topic: reference
1212
> [!Important]
1313
> This content is deprecated. Projects should use the PackageReference formats.
1414
> Learn how to [migrate your project.json project to PackageReference](#migrate-projectjson-to-packagereference).
15+
> Visual Studio 2026 automatically migrates project.json at solution load time.
16+
> [.NET 10 SDK & NuGet.exe 7.0](../release-notes/NuGet-7.0.md) do not support project.json projects.
1517
1618
*NuGet 3.x*
1719

0 commit comments

Comments
 (0)