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 89000cf commit 33c5f27Copy full SHA for 33c5f27
RELEASE_NOTES.md
@@ -1,3 +1,6 @@
1
+#### 8.0.1 - 2024-01-15
2
+* Fixed net8.0-windows target issue - https://github.com/fsprojects/Paket/pull/4242
3
+
4
#### 8.0.0 - 2023-11-14
5
* Support for .NET 8.0
6
* Support for net481 - https://github.com/fsprojects/Paket/pull/4227
global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.100",
+ "version": "8.0.101",
"rollForward": "latestMinor"
}
0 commit comments