File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ unity-internal: android-ndk-win/r19-unity_799f451638695b9da797fcd509f9f2a8e59e35
10
10
# macOS
11
11
unity-internal: android-ndk-mac/r19-unity_8b169ff2a8234c85e0c5ba3c776aa94273cd3c15fdc96d213154970d87938589.7z
12
12
unity-internal: mac-toolchain-11_0/12.2-12B5018i_351c773fb8a192039fe0f0e962314b888102b0718c734ad54f3906c0caeed1c9.zip
13
- unity-internal: mono-build-tools-extra/9de3c42ef81ec4f79b53e7db32d390227d8c43c4_fa9931c37b7a4ca636eb9e0e48252c4cb591caaa9b77c41b75795037868c1256 .7z
13
+ unity-internal: mono-build-tools-extra/f2f8c2c6e2674cdcac8950643c93915e2631d92e_42ec904e3fc5b604db5fc7430f4a1a3c018a4261e0362dbf3229b7a48589b691 .7z
14
14
unity-internal: cmake-linux-x64/3.20.0_a47b24f0bb16dca4fbd6974c03d5eb82e081318f5c9de75e1416db0020508579.7z
15
15
16
16
# Linux
Original file line number Diff line number Diff line change 15
15
my $extraBuildTools = " $monoroot /external/buildscripts/artifacts/Stevedore/mono-build-tools-extra" ;
16
16
17
17
my $profileRoot = " tmp/lib/mono" ;
18
- my $referenceProfile = " $profileRoot /4.7.1 -api" ;
18
+ my $referenceProfile = " $profileRoot /4.8 -api" ;
19
19
20
20
my @hostPlatforms = (" win32" , " macos" , " linux" );
21
21
my @compilationVariants = (" unityjit" , " unityaot" );
26
26
{
27
27
my $profileName = " $compilationVariant -$hostPlatform " ;
28
28
29
- print " >>> Modifying the $profileName profile to match the .NET 4.7.1 API\n " ;
29
+ print " >>> Modifying the $profileName profile to match the .NET 4.8 API\n " ;
30
30
31
31
my $result = system (" mono" ,
32
32
" $extraBuildTools /ProfileStubber.exe" ,
You can’t perform that action at this time.
0 commit comments