mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-15 13:57:31 +08:00
updated universelib
This commit is contained in:
parent
264c84b3ba
commit
6cf7eb5a3f
@ -19,7 +19,7 @@ namespace UnityExplorer
|
||||
public static class ExplorerCore
|
||||
{
|
||||
public const string NAME = "UnityExplorer";
|
||||
public const string VERSION = "4.9.0";
|
||||
public const string VERSION = "4.9.0.3";
|
||||
public const string AUTHOR = "Sinai";
|
||||
public const string GUID = "com.sinai.unityexplorer";
|
||||
|
||||
|
@ -103,7 +103,7 @@
|
||||
<ItemGroup Condition="'$(Configuration)'=='ML_Cpp_net6_interop'">
|
||||
<PackageReference Include="Il2CppInterop.Common" Version="1.0.0" />
|
||||
<PackageReference Include="Il2CppInterop.Runtime" Version="1.0.0" />
|
||||
<PackageReference Include="UniverseLib.IL2CPP.Interop.ML" Version="1.5.1" />
|
||||
<PackageReference Include="UniverseLib.IL2CPP.Interop.ML" Version="1.5.1.2" />
|
||||
</ItemGroup>
|
||||
<!-- mono nuget -->
|
||||
<ItemGroup Condition="'$(Configuration)'=='BIE6_Mono' or '$(Configuration)'=='BIE5_Mono' or '$(Configuration)'=='ML_Mono' or '$(Configuration)'=='STANDALONE_Mono'">
|
||||
|
Loading…
x
Reference in New Issue
Block a user