I am trying to upgrade abp.io , Followed below steps: 1.dotnet tool update -g Volo.Abp.Cli -successful 2.abp update -successful 3.Change in the .csProj file <TargetFramework>net8.0</TargetFramework> -successful 4. After this when I build , am getting errors , because related packages should also need to upgrade example : below packages need to be updated as .net is updated form 7 to 8 <PackageReference Include="AspNetCore.HealthChecks.UI" Version="6.0." /> <PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="6.0." /> <PackageReference Include="AspNetCore.HealthChecks.UI.InMemory.Storage" Version="6.0." /> <PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="6.0." />
Please suggest me solution for smoot build.
tried visual studio--> manager nugget package-->updates (it didnt work)
Thanks in advance
1 Answer(s)
-
0
Hello,
Please follow the migration guide to upgrade https://abp.io/docs/latest/release-info/migration-guides/index?_redirected=B8ABF606AA1BDF5C629883DF1061649A
from the list please check - 7.x to 8.0 8.0 to 8.1 8.1 to 8.2
Thanks