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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono/netcore/gen-xunit-runner/Program.cs')
-rw-r--r--src/mono/netcore/gen-xunit-runner/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono/netcore/gen-xunit-runner/Program.cs b/src/mono/netcore/gen-xunit-runner/Program.cs
index 9eadb61df7c..a73bbecdfd5 100644
--- a/src/mono/netcore/gen-xunit-runner/Program.cs
+++ b/src/mono/netcore/gen-xunit-runner/Program.cs
@@ -284,7 +284,7 @@ unchecked {
// Despite a lot of effort, couldn't get dotnet to load these assemblies from the sdk dir, so copy them to our binary dir
// File.Copy ($"{sdkdir}/Microsoft.DotNet.PlatformAbstractions.dll", AppContext.BaseDirectory, true);
- File.Copy ($"{sdkdir}/CoreFx.Private.TestUtilities.dll", AppContext.BaseDirectory, true);
+ File.Copy ($"{sdkdir}/TestUtilities.dll", AppContext.BaseDirectory, true);
File.Copy ($"{sdkdir}/Microsoft.DotNet.XUnitExtensions.dll", AppContext.BaseDirectory, true);
var cmdline = CommandLine.Parse (args);