0
datalab created
Hello, How can I upgrade my module zero version 8.0-angular-core 3.0 to version 8.1? is there a documentation or tutorial ? Do you just need to update packages via NuGet Package Manager and Installa .net core 3.1 ? How can update de angular application to 8.1 ?
Thank you.
2 Answer(s)
-
0
Hello @datalab
There is no documentation about updating version. You should update nuget packages and fix change errors. You can check Change Log and v8.1 milestone
You can also compare them v8.0 and v8.1: https://github.com/aspnetzero/aspnet-zero-core/compare/v8.0.0...v8.1.0
-
0
https://github.com/aspnetzero/documents/pull/162/files#diff-bb5e13e9c39af4cc3be8299f8f10ad73 This may also help you. It is still in pr, but you can check it.