with docker compose build
Does it work without docker-compose? eg
dotnet restore
ordotnet build
Yes dotnet build works on command line or in VS IDE. But it is not working with docker build. I am getting the following error:
[#35](https://www-test2.abp.io/QA/Questions/35) 8.867 /src/apps/public-web/src/MyProject.PublicWeb/MyProject.PublicWeb.csproj : error NU1202: Package Volo.Abp.Commercial.Core 5.1.2 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package Volo.Abp.Commercial.Core 5.1.2 supports: netstandard2.0 (.NETStandard,Version=v2.0)
[#35](https://www-test2.abp.io/QA/Questions/35) 8.917 Failed to restore /src/apps/public-web/src/MyProject.PublicWeb/MyProject.PublicWeb.csproj (in 3.2 sec).
[#35](https://www-test2.abp.io/QA/Questions/35) 8.926 3 of 7 projects are up-to-date for restore.
We are experiencing the same issue