Hello.
I am tring to setup my pipeline for microservice project. Some services can bu build. But some of are not. I digged about this error. My question couldnt answered. So I decided to ask the community.
I found someting on my research. When project have a reference like this;
<ProjectReference Include="..\folder\ProjectName.csproj" />
this project can build succesfuly.
But if the reference like this;
<ProjectReference Include="..\..\..\..\folder\folder1\ProjectName2.csproj" />
build can not be completed. The error messaga says:
/usr/share/dotnet/sdk/6.0.413/Microsoft.Common.CurrentVersion.targets(2066,5): warning : The referenced project '..\..\..\..\folder\folder1\ProjectName2.csproj' does not exist.
..\..\..\..\"
Solved! I change to name HitFrame.Shared.SapB1 to TestSharedB1. Somehow fixed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.