File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1- #### 8.0.0-alpha004 - 2023-11-14
1+ #### 8.0.0 - 2023-11-14
22* Support for .NET 8.0
33* Support for net481 - https://github.com/fsprojects/Paket/pull/4227
44* paket init: Default framework restriction - https://github.com/fsprojects/Paket/pull/4228
Original file line number Diff line number Diff line change @@ -719,14 +719,9 @@ Target "All" DoNothing
719719" BuildPackage"
720720 ==> " PublishNuGet"
721721
722- " PublishNuGet"
723- ==> " ReleaseGitHub"
724- ==> " Release"
725-
726722" ReleaseGitHub"
727- ?=> " ReleaseDocs"
728-
729- " ReleaseDocs"
723+ ==> " ReleaseDocs"
724+ ==> " PublishNuGet"
730725 ==> " Release"
731726
732727" EnsurePackageSigned"
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 7 .0.403 " ,
3+ "version" : " 8 .0.100 " ,
44 "rollForward" : " latestMinor"
55 }
66}
You can’t perform that action at this time.
0 commit comments