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

Update net framework #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SammyIsConfused
Copy link

Related to support issue regarding .NET support of TLS 1.2. This PR migrates the project to work with modern Visual Studio and .NET framework 4.8 and the latest version of WiX.

@SammyIsConfused SammyIsConfused requested a review from a team July 31, 2020 00:19
Copy link
Member

@edalex-ian edalex-ian left a comment

Choose a reason for hiding this comment

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

Looks okay. Seems the only real code change was some typecasting - everything else was updated auto-generated files.

But a few things of note that hopefully you've considered:

  1. A lot the changes are simple whitespace. I think it's just the format has changed (I think between tabs and spaces); and
  2. There is now some new embedded paths which are specific to your machine, however I note these used to be specific to "Jim's" machine so that's probably not any worse.

EMU requires .NET framework 3.5 or higher.
To make modifications to and test EMU Visual C# 2008 or higher and WiX Toolset for packaging (wixtoolset.org) is required on the workstation.
EMU requires .NET framework 4.8 or higher.
To make modifications to and test EMU, Visual Studio 10.0.30320.27 or higher and WiX Toolset v3.11.2 for packaging (https://github.com/wixtoolset/wix3/releases/tag/wix3112rtm) is required on the workstation.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
To make modifications to and test EMU, Visual Studio 10.0.30320.27 or higher and WiX Toolset v3.11.2 for packaging (https://github.com/wixtoolset/wix3/releases/tag/wix3112rtm) is required on the workstation.
To undertake development of EMU your workstation requires:
- Visual Studio 10.0.30320.27 or higher; and
- [WiX Toolset v3.11.2](https://github.com/wixtoolset/wix3/releases/tag/wix3112rtm) - for packaging.

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.

2 participants