We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f71e6c commit 9077b6dCopy full SHA for 9077b6d
RELEASE_NOTES.md
@@ -1,3 +1,6 @@
1
+#### 7.2.0-alpha003 - 2022-11-18
2
+* BUGFIX: dotnet publish multi-targeting was inferring incorrect versioning - https://github.com/fsprojects/Paket/pull/4184
3
+
4
#### 7.2.0-alpha001 - 2022-06-22
5
* Do not append TargetFramework subdirectory to OutputPath - https://github.com/fsprojects/Paket/pull/4159
6
global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "6.0.301",
+ "version": "6.0.403",
"rollForward": "latestMinor"
}
0 commit comments