Skip to content

Commit

Permalink
Install .NET Core 6.0 for UE-5.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Feb 6, 2025
1 parent 3c4418f commit 3c46153
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ $vs_args = @(
"--add", "Microsoft.Net.Component.4.6.2.TargetingPack",
"--add", "Microsoft.Net.ComponentGroup.DevelopmentPrerequisites",
"--add", "Microsoft.NetCore.Component.SDK",
"--add", "Microsoft.NetCore.Component.Runtime.3.1"
"--add", "Microsoft.NetCore.Component.Runtime.3.1",
"--add", "Microsoft.NetCore.Component.Runtime.6.0"
)

# Install the Visual Studio Build Tools workloads and components we need
Expand Down

0 comments on commit 3c46153

Please sign in to comment.