-
Notifications
You must be signed in to change notification settings - Fork 551
Update to 5.0 SDK #1276
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
Update to 5.0 SDK #1276
Conversation
| Include="@(KnownFrameworkReference->WithMetadataValue('TargetFramework', 'netcoreapp3.0'))" | ||
| TargetFramework="netcoreapp5.0" | ||
| /> | ||
| </ItemGroup> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead make this logic conditional on lack of %(TargetFramework) == $(DefaultNetCoreTargetFramework) items
Directory.Build.targets
Outdated
|
|
||
| <ItemGroup> | ||
| <!-- Reference base shared framework at incoming dependency flow version, not bundled sdk version. --> | ||
| <FrameworkReference |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest instead updating @(KnownFrameworkReference) items
|
@dougbu @JunTaoLuo does this look good to go? |
Part of https://github.com/aspnet/AspNetCore-Internal/issues/3016
CC @ajcvickers @JunTaoLuo @dougbu