Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 532339b

Browse files
authored
Update RunTime.cs
fix missing usings
1 parent ba6f89e commit 532339b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Titanium.Web.Proxy/Helpers/RunTime.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
using System;
1+
using System;
2+
using System.Reflection;
23
using System.Text;
34
using System.Runtime.InteropServices;
5+
using System.Runtime.Versioning;
46

57
namespace Titanium.Web.Proxy.Helpers
68
{

0 commit comments

Comments
 (0)