-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Add dependency from Blazor.Build -> Razor.Design #16227
Comments
Sounds good to me! |
Great, I'll take this one then. |
79a620a |
Tagging this an an enhancements. We will need to add to the release notes that users can remove the package reference to Razor.Design. |
@rynowak Will you be rolling this back following the email discussion? |
No. The email discussion is related to issue #16143 and whether we depend on 2.1.0-RC. We currently depend on 2.1.0-preview2-final |
I've deleted my comment on #16143 about us using the RC in 0.3.0 because apparently that's not possible. |
Discussed this in gitter, it's not clear from looking at our templates which version of
Razor.Design
is supposed to match a given build of the Blazor packages, because we usePrivateAssets=All
.I think instead we should use
PrivateAssets=None
and bake a package reference inBlazor.Build
, then we can removeRazor.Design
from the template and rely on transitivity.@SteveSandersonMS any reason why we shouldn't do this in
dev
?The text was updated successfully, but these errors were encountered: