Skip to content

update TFM SDK, rev packages #1869

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

Merged
merged 3 commits into from
Sep 11, 2019
Merged

update TFM SDK, rev packages #1869

merged 3 commits into from
Sep 11, 2019

Conversation

zsd4yr
Copy link
Contributor

@zsd4yr zsd4yr commented Sep 11, 2019

Microsoft Reviewers: Open in CodeFlow

@zsd4yr zsd4yr requested a review from a team as a code owner September 11, 2019 17:45
@zsd4yr zsd4yr merged commit 1d4381c into release/3.1 Sep 11, 2019
@zsd4yr zsd4yr deleted the dev/zadanz/31TFM branch September 11, 2019 19:04
@@ -31,6 +29,11 @@
<IncludeSymbols>false</IncludeSymbols>
</PropertyGroup>

<PropertyGroup>
<!-- Disable warning in Nuget for references in Nuspec not matching refs (we do not use references element in our Nuspec) -->
<NoWarn>$(NoWarn);NU5131</NoWarn>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's going on here - can you elaborate?

@RussKie
Copy link
Contributor

RussKie commented Sep 12, 2019

Why didn't we apply the same approach as #1684?

@vatsan-madhavan
Copy link
Member

Why didn't we apply the same approach as #1684?

In theory, this should use the same approach as netcoreapp5.0, with the following caveats:

  • Don't change AssemblyVersion to 5.0.0.0
    • Change VersionPrefix to 5.0.0 4.8.1
  • Set TargetFramework in projects etc to netcoreapp5.0netcoreapp3.0
  • Set default TFM in project templates to netcoreapp5.0netcoreapp3.0
    • Do not include netcoreapp5.0 support in project templates

You should have been able to do the above by cherry-picking the change from master and modifying as-needed. dotnet/wpf#1835 was done this way.

Finally, add-on workaround for NU5131 problems.

@ghost ghost locked as resolved and limited conversation to collaborators Feb 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants