Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change project location for Merp.EntityFramework.MigrationSupport #20

Open
kaizenberg opened this issue Apr 11, 2021 · 0 comments
Open

Comments

@kaizenberg
Copy link

The relative location of the Migration Support project needs to match other projects. Right now its path comes out of the current working directory of the solution and looks for the Mastreeno folder which will not exist after a fresh "git clone".

Actual:
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Merp.EntityFramework.MigrationSupport", "..\Mastreeno\src\Merp.EntityFramework.MigrationSupport\Merp.EntityFramework.MigrationSupport.csproj", "{44313FA6-8E47-4166-8ABD-D8E85BFDA471}"
EndProject

Expected:
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Merp.EntityFramework.MigrationSupport", "\src\Merp.EntityFramework.MigrationSupport\Merp.EntityFramework.MigrationSupport.csproj", "{44313FA6-8E47-4166-8ABD-D8E85BFDA471}"
EndProject

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant