-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c8ca4a
commit 48cdba0
Showing
5 changed files
with
18 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48cdba0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.Net Core 3.0 is here!
Last Monday .Net Core 3.0 was released with many improvements like WPF / WinForms support, better performance and C# 8.0 final version.
After this commit, the master branch works with .Net Core 3, and the latest version using .Net Core 2.2 will be in the
core2
in case somebody needs it.We have been using nullable reference types for a few months already, but with this release some core libraries are already annotated, so maybe there are some differences in the nullability checks. Apart
How to update
signumsoftware/southwind@427cefa...eae0eea
Note: There is not plan to bring the old Signum.Windows back to live for now. All the focus is in Signum.React that is also being updated to
react-bootstrap
,TS 3.6
andReact 16.9
pushing functional components everywhere.Enjoy!
48cdba0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! 👍