diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 459e7878ae..0d6911a664 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 7.2.0-alpha001 - 2022-06-22 +* Do not append TargetFramework subdirectory to OutputPath - https://github.com/fsprojects/Paket/pull/4159 + #### 7.1.5 - 2022-04-22 * NuGet Cache: ensure for clitool nupkg is there even after skipped 2nd extraction - https://github.com/fsprojects/Paket/pull/4145 diff --git a/global.json b/global.json index 07caffac70..6d77ed9bee 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "6.0.202" + "version": "6.0.301" } }