Setting correct path for Projects referenced using ProjectReferences where the Project is not part of the template #7508
Unanswered
Cjewett
asked this question in
Template authoring
Replies: 1 comment 1 reply
-
@Cjewett I was facing the same issue which I documented #7833. I opened this PR #40133 with an enhancement to support this use case. It is already approved 😃, so vote it up, hopefully the .Net team will merge it soon. For now, the only workaround i know is to run a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We want to create templates that have references to an existing project like so:
<ProjectReference
Include="......\SomeProject.csproj" />`. These existing projects are not part of the template. After installing the template and creating a new project relative paths don't point at SomeProject.csproj correctly due to the relative pathing being different based on where you created the project. I was wondering if there was a recommended way to solving this problem?Thanks
Beta Was this translation helpful? Give feedback.
All reactions