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-6.13.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,15 @@ NuGet distribution vehicles:
14
14
| NuGet version | Available in Visual Studio version | Available in .NET SDK(s) |
15
15
|:---|:---|:---|
16
16
|[**6.13**](https://nuget.org/downloads)|[Visual Studio 2022 version 17.13](https://visualstudio.microsoft.com/downloads/)|[9.0.2xx](https://dotnet.microsoft.com/download/dotnet/9.0)<sup>1</sup> |
17
+
|[**6.13.1**](https://nuget.org/downloads)|[Visual Studio 2022 version 17.13.1](https://visualstudio.microsoft.com/downloads/)|[9.0.2xx](https://dotnet.microsoft.com/download/dotnet/9.0)<sup>1</sup> |
18
+
|[**6.13.2**](https://nuget.org/downloads)|[Visual Studio 2022 version 17.13.2](https://visualstudio.microsoft.com/downloads/)|[9.0.2xx](https://dotnet.microsoft.com/download/dotnet/9.0)<sup>1</sup> |
17
19
18
20
<sup>1</sup> Installed with Visual Studio 2022 with any .NET workload
19
21
22
+
## Summary: What's New in 6.13.2
23
+
24
+
* New restore dependency resolver fails when resolving identical child dependencies - [#14025](https://github.com/NuGet/Home/issues/14025)
0 commit comments