-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Update to 5.0 SDK #17945
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 #17945
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,11 +7,6 @@ | |
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> | ||
| <!-- Workaround while there is no 5.0 SDK available, copy known apphost/framework reference info from 3.0. --> | ||
| <KnownAppHostPack Include="@(KnownAppHostPack->WithMetadataValue('TargetFramework', 'netcoreapp3.0'))" | ||
| TargetFramework="netcoreapp5.0" /> | ||
| <KnownFrameworkReference Include="@(KnownFrameworkReference->WithMetadataValue('TargetFramework', 'netcoreapp3.0'))" | ||
| TargetFramework="netcoreapp5.0" /> | ||
|
|
||
| <!-- Reference base shared framework at incoming dependency flow version, not bundled sdk version. --> | ||
| <FrameworkReference Update="Microsoft.NETCore.App" | ||
|
||
|
|
||
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.
Don't remove this logic; it'll help to have around the next time we deal w/ a new TFM before an SDK is ready. Instead, make this conditional on lack of '%(TargetFramework) == $(DefaultNetCoreTargetFramework)` items in each group.