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

Fix net6.0 templates priority #118

Merged
merged 1 commit into from
Jan 20, 2021
Merged

Conversation

nohwnd
Copy link
Member

@nohwnd nohwnd commented Jan 20, 2021

Setting precedence of net6.0 templates to 8000 to avoid conflict with net5.0 templates.

@nohwnd
Copy link
Member Author

nohwnd commented Jan 20, 2021

The priority in #107 should have been pushed up by 1000 to 8000, without it we have conflict in dotnet new, which cannot handle it gracefully and instead it prints template metadata. dotnet/templating#2713 adds an error message in dotnet new.

/fyi @ViktorHofer @Haplois

@nohwnd nohwnd merged commit 0b64646 into dotnet:master Jan 20, 2021
@ViktorHofer
Copy link
Member

Thanks

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

Successfully merging this pull request may close these issues.

3 participants