Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitek Karas <vitek.karas@microsoft.com>2021-04-28 15:22:42 +0300
committerGitHub <noreply@github.com>2021-04-28 15:22:42 +0300
commite48f540b753d2aa5f5d4c22f4bbc41aba130345b (patch)
treea01b98ec3d7d2a2cd6ed71ff9b89b02f19095fbc /test/Mono.Linker.Tests
parentcfd2a7d4396547be832ee198f16a3c4ecac7ad97 (diff)
Revert "Upgrade linker TFM to net6.0 (#1996)" (#2000)
This reverts commit bf37b2909bbfb2942173e7b383642c9b32ae0e79.
Diffstat (limited to 'test/Mono.Linker.Tests')
-rw-r--r--test/Mono.Linker.Tests/TestCasesRunner/TestCaseSandbox.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Mono.Linker.Tests/TestCasesRunner/TestCaseSandbox.cs b/test/Mono.Linker.Tests/TestCasesRunner/TestCaseSandbox.cs
index 9fc1bfa2c..98f4d95f9 100644
--- a/test/Mono.Linker.Tests/TestCasesRunner/TestCaseSandbox.cs
+++ b/test/Mono.Linker.Tests/TestCasesRunner/TestCaseSandbox.cs
@@ -16,7 +16,7 @@ namespace Mono.Linker.Tests.TestCasesRunner
static NPath GetArtifactsTestPath ()
{
- // Converts paths like /root-folder/linker/artifacts/bin/Mono.Linker.Tests/Debug/net6.0/illink.dll
+ // Converts paths like /root-folder/linker/artifacts/bin/Mono.Linker.Tests/Debug/net5.0/illink.dll
// to /root-folder/linker/artifacts/testcases/
string artifacts = Path.GetFullPath (Path.Combine (Path.GetDirectoryName (_linkerAssemblyPath), "..", "..", "..", ".."));
string tests = Path.Combine (artifacts, "testcases");