-
Notifications
You must be signed in to change notification settings - Fork 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
Add .NET 4.7.1 as an option for the required .NET framework version #1180
Comments
Using the last pull request for reference - https://github.com/Squirrel/Squirrel.Windows/pull/1055/files:
I haven't checked this but it's possible the .NET 4.7 link already in there may download 4.7.1 once the installer runs - I already have 4.7.1 on my PC so I can't test this.
|
For the URL, you can check the chocolatey package here: https://chocolatey.org/packages/dotnet4.7.1 |
After following all these steps and compiling the Setup project i end up with a new Setup.exe. But how do i get it into my new first-installation setup files? I have to define the Squirrel.exe command line argument |
I found the needed link and applied the changes. My company needs this since our software targets 4.7.1 (needs .NET Standard 2.0 support). |
can be closed, as it is fixed by #1284 |
It’s included in the Windows 10 Fall Creators Update. .NET Framework 4.7.1 is also available on Windows 7+ and Windows Server 2008 R2+. We’ve added support for targeting the .NET Framework 4.7.1 in Visual Studio 2017 15.5.
Release Announcement
Announcing the .NET Framework 4.7.1
Similar to previous Issue/Pull Request:
Add .NET 4.7 as an option for the required .NET framework version
Especially interesting is the support for .NET Standard 2.0 and compiler features.
I'll try to do it und create a pull request.
@lukeskinner
Last time you did the update. Any advise?
The text was updated successfully, but these errors were encountered: