We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b422e commit db3a53aCopy full SHA for db3a53a
tools/Tools.Common/Loaders/AssemblyLoader.cs
@@ -1,4 +1,4 @@
1
-// ----------------------------------------------------------------------------------
+// ----------------------------------------------------------------------------------
2
//
3
// Copyright Microsoft Corporation
4
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,7 +15,9 @@
15
using System;
16
using System.Linq;
17
using System.Reflection;
18
+#if NETSTANDARD
19
using System.Runtime.Loader;
20
+#endif
21
using Tools.Common.Models;
22
23
namespace Tools.Common.Loaders
0 commit comments