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

Updates DOTNET_URL In Wine Setup To .NET 8 #8219

Merged

Conversation

AristurtleDev
Copy link
Contributor

Description

This updates the DOTNET_URL environment variable in the mgfxc_wine_setup.sh script to point to

https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.201/dotnet-sdk-8.0.201-win-x64.zip

so that it correctly installs .NET 8.

Notes

The download link was determined by running the dotnet-install.ps1 script with the following command

dotnet-install.ps1 -DryRun

which outputs

PS C:\Users\Aristurtle\Downloads> .\dotnet-install.ps1 -DryRun  
dotnet-install: Payload URLs:
dotnet-install: URL #0 - aka.ms: https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.201/dotnet-sdk-8.0.201-win-x64.zip
dotnet-install: Repeatable invocation: .\dotnet-install.ps1 -Version "8.0.201" -InstallDir "C:\Users\Aristurtle\AppData\Local\Microsoft\dotnet" -Architecture "x64"

References

@harry-cpp harry-cpp merged commit db47ec4 into MonoGame:develop Mar 5, 2024
4 checks passed
viniciusjarina pushed a commit to codefoco/MonoGame that referenced this pull request Mar 6, 2024
@AristurtleDev AristurtleDev deleted the net8/wine-setup-dotnet-url branch March 12, 2024 15:05
itsBuggingMe pushed a commit to itsBuggingMe/MonoGame that referenced this pull request May 12, 2024
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.

None yet

2 participants