Skip to content
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

Change TFMs of ILSpy/Decompiler Projects #1416

Closed
christophwille opened this issue Feb 14, 2019 · 1 comment
Closed

Change TFMs of ILSpy/Decompiler Projects #1416

christophwille opened this issue Feb 14, 2019 · 1 comment

Comments

@christophwille
Copy link
Member

Switch ILSpy project to 4.6.2 (from 4.6).

Change TFMs of Decompiler from net45;net46;netstandard2.0 to netstandard2.0 only. net46 was for earlier days of Roslyn, now we can target netstandard2.0 for current releases. net45 was only for a single dependent project.

@christophwille
Copy link
Member Author

christophwille commented Feb 14, 2019

A note when opening the ilspy.zip file for the first time: please see https://stackoverflow.com/questions/47184230/large-number-of-assemblies-in-net461-output-folder-when-building-net-framework

We intentionally only stepped up to 4.6.2 (and not 4.7.1 https://en.wikipedia.org/wiki/.NET_Framework_version_history#.NET_Framework_4.7.1 which adds full netstandard2.0 support - released mid-October 2017) to be cognizant of machines with older frameworks only. The zip file size is only minimally bigger.

The addin is not affected because it runs only in VS greater/equal 2017 (and VS 2017 installs 4.7.x)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant