summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/plugin/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/plugin/Client.cs')
-rw-r--r--csharp/test/Ice/plugin/Client.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/csharp/test/Ice/plugin/Client.cs b/csharp/test/Ice/plugin/Client.cs
index d3165dadb0c..cef8593555b 100644
--- a/csharp/test/Ice/plugin/Client.cs
+++ b/csharp/test/Ice/plugin/Client.cs
@@ -23,6 +23,8 @@ public class Client : Test.TestHelper
{
#if NET45
string pluginPath = "msbuild/plugin/net45/Plugin.dll";
+#elif NET5_0
+ string pluginPath = "msbuild/plugin/net5.0/Plugin.dll";
#else
string pluginPath =
String.Format("msbuild/plugin/netstandard2.0/{0}/Plugin.dll",