Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 8fad5fc

Browse files
Add text extensions
1 parent 7eadbbb commit 8fad5fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tom-swifty-test/Compiler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ static string BuildCSCompileArgs (string [] sourceFiles, string outputFile, stri
350350
sb.Append ($"-r:{Path.Combine (referenceAssemblyDir, "System.Runtime.dll")} ");
351351
sb.Append ($"-r:{Path.Combine (referenceAssemblyDir, "System.Runtime.InteropServices.dll")} ");
352352
sb.Append ($"-r:{Path.Combine (referenceAssemblyDir, "mscorlib.dll")} ");
353+
sb.Append ($"-r:{Path.Combine (referenceAssemblyDir, "System.Text.Encoding.Extensions.dll")} ");
353354
break;
354355
default:
355356
throw new NotImplementedException (platform.ToString ());

0 commit comments

Comments
 (0)