Skip to content

Commit 25a8ffe

Browse files
committed
Fixed #765
1 parent a368be5 commit 25a8ffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ILRuntime/Runtime/Enviorment/AppDomain.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public class AppDomain
7676
int defaultJITFlags;
7777
List<ModuleDefinition> loadedModules = new List<ModuleDefinition>();
7878
List<Assembly> referenceAssemblies = new List<Assembly>();
79+
public static string Version { get { return "3.0.0"; } }
7980

8081
/// <summary>
8182
/// Determine if invoking unbinded CLR method(using reflection) is allowed

0 commit comments

Comments
 (0)