Skip to content

Commit db3a53a

Browse files
authored
Update AssemblyLoader.cs
1 parent 37b422e commit db3a53a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/Tools.Common/Loaders/AssemblyLoader.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ----------------------------------------------------------------------------------
1+
// ----------------------------------------------------------------------------------
22
//
33
// Copyright Microsoft Corporation
44
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,7 +15,9 @@
1515
using System;
1616
using System.Linq;
1717
using System.Reflection;
18+
#if NETSTANDARD
1819
using System.Runtime.Loader;
20+
#endif
1921
using Tools.Common.Models;
2022

2123
namespace Tools.Common.Loaders

0 commit comments

Comments
 (0)