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

Convert project to CPS #9

Closed
wants to merge 1 commit into from
Closed

Conversation

sharwell
Copy link
Member

🚧 This is a work in progress with @drewnoakes

Do not merge

@jaddie
Copy link

jaddie commented Jun 25, 2019

It would be good if not done already, to flesh out some description of what is required and perhaps even some todo items which then would be more "accessible" for others to contribute towards if they so wish etc :)

@RussKie
Copy link
Member

RussKie commented Jul 7, 2019

My take on this is that we make the project netstandard2.0 compatible and then ensure the installer either checks for netstandard2.0 assemblies installed on a user's computer, or we bundle all necessary assemblies into the installer.

I think we already bundle up a fair share of those, @vbjay created an helper app to trace and include necessary assemblies - https://github.com/gitextensions/ReleaseFileManager

Once we're referencing netstandard2.0 the rest should be simple...

@sharwell @drewnoakes thoughts?

@drewnoakes
Copy link
Member

This PR is only really about migrating the project from the legacy Visual Studio project system (csproj.dll) to the newer project system (based on CPS) that supports newer features such as multi-targeting.

@RussKie RussKie closed this May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants