Skip to content

Commit f6f8d67

Browse files
committed
Install NSubstitute NuGet package v5.3.0
1 parent f2e4032 commit f6f8d67

File tree

3 files changed

+61
-3
lines changed

3 files changed

+61
-3
lines changed

Assets/TestDoubleExample/Tests/Runtime/TestDoubleExample.Tests.asmdef

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
"overrideReferences": true,
1313
"precompiledReferences": [
1414
"nunit.framework.dll",
15-
"NSubstitute.dll",
16-
"Castle.Core.dll",
17-
"System.Threading.Tasks.Extensions.dll"
15+
"NSubstitute.dll"
1816
],
1917
"autoReferenced": false,
2018
"defineConstraints": [

Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"com.unity.testtools.codecoverage": "1.2.6",
1818
"com.unity.timeline": "1.8.7",
1919
"com.unity.ugui": "2.0.0",
20+
"org.nuget.nsubstitute": "5.3.0",
2021
"com.unity.modules.accessibility": "1.0.0",
2122
"com.unity.modules.ai": "1.0.0",
2223
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,65 @@
168168
"com.unity.modules.imgui": "1.0.0"
169169
}
170170
},
171+
"org.nuget.castle.core": {
172+
"version": "5.1.1",
173+
"depth": 1,
174+
"source": "registry",
175+
"dependencies": {
176+
"org.nuget.system.diagnostics.eventlog": "4.7.0",
177+
"org.nuget.system.reflection.emit": "4.7.0"
178+
},
179+
"url": "https://package.openupm.com"
180+
},
181+
"org.nuget.nsubstitute": {
182+
"version": "5.3.0",
183+
"depth": 0,
184+
"source": "registry",
185+
"dependencies": {
186+
"org.nuget.castle.core": "5.1.1",
187+
"org.nuget.system.threading.tasks.extensions": "4.4.0"
188+
},
189+
"url": "https://package.openupm.com"
190+
},
191+
"org.nuget.system.diagnostics.eventlog": {
192+
"version": "4.7.0",
193+
"depth": 2,
194+
"source": "registry",
195+
"dependencies": {
196+
"org.nuget.system.security.principal.windows": "4.7.0"
197+
},
198+
"url": "https://package.openupm.com"
199+
},
200+
"org.nuget.system.reflection.emit": {
201+
"version": "4.7.0",
202+
"depth": 2,
203+
"source": "registry",
204+
"dependencies": {
205+
"org.nuget.system.reflection.emit.ilgeneration": "4.7.0"
206+
},
207+
"url": "https://package.openupm.com"
208+
},
209+
"org.nuget.system.reflection.emit.ilgeneration": {
210+
"version": "4.7.0",
211+
"depth": 3,
212+
"source": "registry",
213+
"dependencies": {},
214+
"url": "https://package.openupm.com"
215+
},
216+
"org.nuget.system.security.principal.windows": {
217+
"version": "4.7.0",
218+
"depth": 3,
219+
"source": "registry",
220+
"dependencies": {},
221+
"url": "https://package.openupm.com"
222+
},
223+
"org.nuget.system.threading.tasks.extensions": {
224+
"version": "4.4.0",
225+
"depth": 1,
226+
"source": "registry",
227+
"dependencies": {},
228+
"url": "https://package.openupm.com"
229+
},
171230
"com.unity.modules.accessibility": {
172231
"version": "1.0.0",
173232
"depth": 0,

0 commit comments

Comments
 (0)