-
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
6fe429a
commit 9892208
Showing
2 changed files
with
2 additions
and
2 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
9892208
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.
Update to Typescript 4.0 and minor fixes
Typescript 4.0 was released last week, so the latest version of Signum Framework is not up to date.
Even being a major version change, there are no important breacking changes, so no panic.
Just update to the latest version of Framework and Extensions, and update your Nuget (like here) and NPM packages (like here).
Finally I've found in stackoverflow there is a cool new
<WarningsAsErrors>nullable</WarningsAsErrors>
, so I've simplified a little bit the csproj files (check here)Enjoy!.