修复 Unity 编译依赖和测试程序集配置
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"com.cysharp.r3": {
|
||||
"version": "https://github.com/Cysharp/R3.git?path=src/R3.Unity/Assets/R3.Unity#1.3.0",
|
||||
"depth": 0,
|
||||
"source": "git",
|
||||
"dependencies": {
|
||||
"com.unity.modules.imgui": "1.0.0"
|
||||
},
|
||||
"hash": "329ca7915713417f2e0837b0e0a80b4da074db4a"
|
||||
},
|
||||
"com.unity.collab-proxy": {
|
||||
"version": "2.12.4",
|
||||
"depth": 0,
|
||||
@@ -135,6 +144,88 @@
|
||||
},
|
||||
"url": "https://packages.unity.cn"
|
||||
},
|
||||
"org.nuget.microsoft.bcl.asyncinterfaces": {
|
||||
"version": "6.0.0",
|
||||
"depth": 2,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"org.nuget.system.threading.tasks.extensions": "4.5.4"
|
||||
},
|
||||
"url": "https://unitynuget-registry.openupm.com"
|
||||
},
|
||||
"org.nuget.microsoft.bcl.timeprovider": {
|
||||
"version": "8.0.0",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"org.nuget.microsoft.bcl.asyncinterfaces": "6.0.0"
|
||||
},
|
||||
"url": "https://unitynuget-registry.openupm.com"
|
||||
},
|
||||
"org.nuget.r3": {
|
||||
"version": "1.3.0",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"org.nuget.microsoft.bcl.timeprovider": "8.0.0",
|
||||
"org.nuget.system.buffers": "4.5.1",
|
||||
"org.nuget.system.componentmodel.annotations": "5.0.0",
|
||||
"org.nuget.system.memory": "4.5.5",
|
||||
"org.nuget.system.runtime.compilerservices.unsafe": "6.0.0",
|
||||
"org.nuget.system.threading.channels": "8.0.0"
|
||||
},
|
||||
"url": "https://unitynuget-registry.openupm.com"
|
||||
},
|
||||
"org.nuget.system.buffers": {
|
||||
"version": "4.5.1",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
"url": "https://unitynuget-registry.openupm.com"
|
||||
},
|
||||
"org.nuget.system.componentmodel.annotations": {
|
||||
"version": "5.0.0",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
"url": "https://unitynuget-registry.openupm.com"
|
||||
},
|
||||
"org.nuget.system.memory": {
|
||||
"version": "4.5.5",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"org.nuget.system.buffers": "4.5.1",
|
||||
"org.nuget.system.numerics.vectors": "4.4.0",
|
||||
"org.nuget.system.runtime.compilerservices.unsafe": "4.5.3"
|
||||
},
|
||||
"url": "https://unitynuget-registry.openupm.com"
|
||||
},
|
||||
"org.nuget.system.runtime.compilerservices.unsafe": {
|
||||
"version": "6.0.0",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
"url": "https://unitynuget-registry.openupm.com"
|
||||
},
|
||||
"org.nuget.system.threading.channels": {
|
||||
"version": "8.0.0",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"org.nuget.system.threading.tasks.extensions": "4.5.4"
|
||||
},
|
||||
"url": "https://unitynuget-registry.openupm.com"
|
||||
},
|
||||
"org.nuget.system.threading.tasks.extensions": {
|
||||
"version": "4.5.4",
|
||||
"depth": 2,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"org.nuget.system.runtime.compilerservices.unsafe": "4.5.3"
|
||||
},
|
||||
"url": "https://unitynuget-registry.openupm.com"
|
||||
},
|
||||
"com.unity.modules.ai": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
|
||||
Reference in New Issue
Block a user