Skip to content

Commit

Permalink
Improve usages
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Sep 20, 2024
1 parent 912510d commit 1b75e8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/Costura.Template/ILTemplateWithTempAssembly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Runtime.Versioning;
using System.Threading;

#if NETCORE
using System.Runtime.Loader;
using System.Runtime.InteropServices;
#else
using System.Runtime.Versioning;
#endif

internal static class ILTemplateWithTempAssembly
Expand Down
6 changes: 3 additions & 3 deletions src/Costura.Template/ILTemplateWithUnmanagedHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Runtime.Versioning;
using System.Threading;
using System.Runtime.InteropServices;


#if NETCORE
using System.Runtime.Loader;
using System.Runtime.InteropServices;
#else
using System.Runtime.Versioning;
#endif

internal static class ILTemplateWithUnmanagedHandler
Expand Down

0 comments on commit 1b75e8e

Please sign in to comment.