Skip to content

Commit 5931865

Browse files
authored
Merge pull request #1434 from Unity-Technologies/support-netstandard-2-1
Stub the implementation profiles to match .NET FW 4.8
2 parents 1e4274e + f671ac3 commit 5931865

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

external/buildscripts/manifest.stevedore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ unity-internal: android-ndk-win/r19-unity_799f451638695b9da797fcd509f9f2a8e59e35
1010
# macOS
1111
unity-internal: android-ndk-mac/r19-unity_8b169ff2a8234c85e0c5ba3c776aa94273cd3c15fdc96d213154970d87938589.7z
1212
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
1414
unity-internal: cmake-linux-x64/3.20.0_a47b24f0bb16dca4fbd6974c03d5eb82e081318f5c9de75e1416db0020508579.7z
1515

1616
# Linux

external/buildscripts/stub_classlibs.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
my $extraBuildTools = "$monoroot/external/buildscripts/artifacts/Stevedore/mono-build-tools-extra";
1616

1717
my $profileRoot = "tmp/lib/mono";
18-
my $referenceProfile = "$profileRoot/4.7.1-api";
18+
my $referenceProfile = "$profileRoot/4.8-api";
1919

2020
my @hostPlatforms = ("win32", "macos", "linux");
2121
my @compilationVariants = ("unityjit", "unityaot");
@@ -26,7 +26,7 @@
2626
{
2727
my $profileName = "$compilationVariant-$hostPlatform";
2828

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";
3030

3131
my $result = system("mono",
3232
"$extraBuildTools/ProfileStubber.exe",

0 commit comments

Comments
 (0)