You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/NuGet-7.0.md
+31-45Lines changed: 31 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,11 @@ ms.topic: conceptual
11
11
NuGet distribution vehicles:
12
12
13
13
| NuGet version | Available in Visual Studio version | Available in .NET SDK(s) |
14
-
|:---|:---|:---|
14
+
|:---|:---|:---|
15
15
|[**7.0.0**](https://nuget.org/downloads)|[Visual Studio 2026 version 18.0.0](https://visualstudio.microsoft.com/downloads/)|[10.0.100](https://dotnet.microsoft.com/download/dotnet/10.0)<sup>1</sup> |
16
16
17
17
<sup>1</sup> Installed with Visual Studio 2026 with any .NET workload
18
18
19
-
20
19
## Summary: What's New in 7.0.0
21
20
22
21
* Details pane reflects Vulnerability Data from Audit Sources - [#14554](https://github.com/NuGet/Home/issues/14554)
@@ -41,15 +40,7 @@ NuGet distribution vehicles:
41
40
42
41
### Breaking changes
43
42
44
-
### Issues fixed in this release
45
-
46
-
* Build NuGet.exe with il-repack instead of ilmerge - [#14497](https://github.com/NuGet/Home/issues/14497)
47
-
48
-
* Don't use reflection based deserialization in NuGet.Protocol - [#14470](https://github.com/NuGet/Home/issues/14470)
49
-
50
-
* Convert Search Control to Fluent UI - [#14469](https://github.com/NuGet/Home/issues/14469)
51
-
52
-
* Make NuGet.Client's Build.ps1 more friendly to GitHub Copilot in VSCode - [#14453](https://github.com/NuGet/Home/issues/14453)
* unused NuGet VS Extensibility APIs removed - [#14403](https://github.com/NuGet/Home/issues/14403)
55
46
@@ -59,36 +50,50 @@ NuGet distribution vehicles:
59
50
60
51
* Remove obsolete APIs from NuGet.Common, NuGet.Configuration, NuGet.LibraryModel, NuGet.Packaging and NuGet.ProjectModel - [#14393](https://github.com/NuGet/Home/issues/14393)
61
52
53
+
* Package pruning doesn't work with lock files - [#14272](https://github.com/NuGet/Home/issues/14272)
54
+
55
+
* Pruning should prune and not warn for a direct reference in a multi-targeting project that does not prune on all TargetFrameworks - [#14196](https://github.com/NuGet/Home/issues/14196)
56
+
57
+
* Block and remove code for unused restore implementations such as `Standalone`. - [#14184](https://github.com/NuGet/Home/issues/14184)
* Pruning should prune and not warn for a direct reference in a multi-targeting project that does not prune on all TargetFrameworks - [#14196](https://github.com/NuGet/Home/issues/14196)
73
-
74
89
* JsonSerializerIsReflectionDisabled on update to Nuget.Protocols 6.13.1 in apps with JsonSerializerIsReflectionEnabledByDefault set to false - [#14111](https://github.com/NuGet/Home/issues/14111)
75
90
76
91
* Enable packing legacy PackageReference projects without the need for a package (ie merge NuGet.Build.Tasks.Pack into NuGet.Build.Tasks) - [#14046](https://github.com/NuGet/Home/issues/14046)
77
92
78
93
* Enable CanShowDialog for .NET core Authentication Plugins - [#14010](https://github.com/NuGet/Home/issues/14010)
79
94
80
-
*[DCR] Raise an error for SHA-1 fingerprints usage in NuGet.exe sign, mssign commands - [#13962](https://github.com/NuGet/Home/issues/13962)
81
-
82
-
* Promote NU3043 warning to error in .NET 10 - [#13814](https://github.com/NuGet/Home/issues/13814)
83
-
84
-
* Show an error when a non https source is used in a resource in a service index - [#13364](https://github.com/NuGet/Home/issues/13364)
* Warning rollout for PrunePackageReference - [#14126](https://github.com/NuGet/Home/issues/14126)
153
150
154
151
*[Bug Bash][Unstable] An error “Attempted to divide by zero.” occurs when executing command “dotnet list [ProjectPath] package --vulnerable” - [#14122](https://github.com/NuGet/Home/issues/14122)
@@ -193,7 +190,7 @@ NuGet distribution vehicles:
193
190
194
191
* VS NuGet PMUI - Machine-wide package sources area should be vertically resize-able as well - [#7560](https://github.com/NuGet/Home/issues/7560)
195
192
196
-
[List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/6.15.0.86...7.0.0.289)
193
+
[List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/6.14.1.1...7.0.0.289)
197
194
198
195
### Community contributions
199
196
@@ -282,15 +279,4 @@ Thank you to all the contributors who helped make this NuGet release awesome!
282
279
*[6530](https://github.com/NuGet/NuGet.Client/pull/6530) Fix `nuget.exe` restore finding MSBuild from SSMS instead of Visual Studio
0 commit comments