Skip to content

Commit f36f699

Browse files
authored
Install netfx 4.7.2 ref assemblies on x-plat builds
1 parent 725f152 commit f36f699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/KoreBuild/KoreBuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ __install_tools() {
106106
local tools_source=$1
107107
local install_dir=$2
108108
local tools_home="$install_dir/buildtools"
109-
local netfx_version='4.6.1'
109+
local netfx_version='4.7.2'
110110

111111
verbose_flag=''
112112
[ "$verbose" = true ] && verbose_flag='--verbose'

0 commit comments

Comments
 (0)