Base solution for your next web application
Open Closed

Hoe To Update module zero to new version 8.1 #8311


User avatar
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)
  • User Avatar
    0
    musa.demir created

    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

  • User Avatar
    0
    musa.demir created

    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.