-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Generate target platform assembly attributes #11239
Milestone
Comments
25 tasks
Partially blocked by dotnet/runtime#33331 I can write most of the code. But not to merge it |
Rename |
Being blocked by dotnet/installer#7943 Review is done just need the runtime type to flow in |
wli3
pushed a commit
to wli3/sdk
that referenced
this issue
Jul 21, 2020
…le2.1.7xx release/2.1.7xx: Update debain jessie image
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the
TargetPlatformIdentifier
is set, the .NET SDK should generate assembly attributes for the target platform version, as well as the OSMinimumVersion. See this spec: https://github.com/dotnet/designs/blob/master/accepted/2020/minimum-os-version/minimum-os-version.mdWe can also include in this setting the
MinimumOSPlatform
to theTargetPlatformVersion
if it's not otherwise defined.The text was updated successfully, but these errors were encountered: