Skip to content

Commit 44abb87

Browse files
committed
Use stable dotnet 9 sdk
1 parent aa8bb01 commit 44abb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/public/downloads/winesetup/net9_mgfxc_wine_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ eval "$WINEEXECUTABLE regedit crashdialog.reg"
5050
popd
5151

5252
# get dotnet
53-
DOTNET_URL="https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.100-rc.1.24452.12/dotnet-sdk-9.0.100-rc.1.24452.12-win-x64.zip"
53+
DOTNET_URL="https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.104/dotnet-sdk-9.0.104-win-x64.zip"
5454
curl $DOTNET_URL --output "$SCRIPT_DIR/dotnet-sdk.zip"
5555
7z x "$SCRIPT_DIR/dotnet-sdk.zip" -o"$WINEPREFIX/drive_c/windows/system32/"
5656

0 commit comments

Comments
 (0)