Skip to content

Commit 1011a45

Browse files
committed
Install NSubstitute NuGet package v5.3.0
1 parent c12d82a commit 1011a45

File tree

4 files changed

+199
-90
lines changed

4 files changed

+199
-90
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
@@ -18,6 +18,7 @@
1818
"com.unity.testtools.codecoverage": "1.2.6",
1919
"com.unity.timeline": "1.8.7",
2020
"com.unity.ugui": "2.0.0",
21+
"org.nuget.nsubstitute": "5.3.0",
2122
"com.unity.modules.accessibility": "1.0.0",
2223
"com.unity.modules.ai": "1.0.0",
2324
"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
@@ -264,6 +264,65 @@
264264
},
265265
"url": "https://packages.unity.com"
266266
},
267+
"org.nuget.castle.core": {
268+
"version": "5.1.1",
269+
"depth": 1,
270+
"source": "registry",
271+
"dependencies": {
272+
"org.nuget.system.diagnostics.eventlog": "4.7.0",
273+
"org.nuget.system.reflection.emit": "4.7.0"
274+
},
275+
"url": "https://package.openupm.com"
276+
},
277+
"org.nuget.nsubstitute": {
278+
"version": "5.3.0",
279+
"depth": 0,
280+
"source": "registry",
281+
"dependencies": {
282+
"org.nuget.castle.core": "5.1.1",
283+
"org.nuget.system.threading.tasks.extensions": "4.4.0"
284+
},
285+
"url": "https://package.openupm.com"
286+
},
287+
"org.nuget.system.diagnostics.eventlog": {
288+
"version": "4.7.0",
289+
"depth": 2,
290+
"source": "registry",
291+
"dependencies": {
292+
"org.nuget.system.security.principal.windows": "4.7.0"
293+
},
294+
"url": "https://package.openupm.com"
295+
},
296+
"org.nuget.system.reflection.emit": {
297+
"version": "4.7.0",
298+
"depth": 2,
299+
"source": "registry",
300+
"dependencies": {
301+
"org.nuget.system.reflection.emit.ilgeneration": "4.7.0"
302+
},
303+
"url": "https://package.openupm.com"
304+
},
305+
"org.nuget.system.reflection.emit.ilgeneration": {
306+
"version": "4.7.0",
307+
"depth": 3,
308+
"source": "registry",
309+
"dependencies": {},
310+
"url": "https://package.openupm.com"
311+
},
312+
"org.nuget.system.security.principal.windows": {
313+
"version": "4.7.0",
314+
"depth": 3,
315+
"source": "registry",
316+
"dependencies": {},
317+
"url": "https://package.openupm.com"
318+
},
319+
"org.nuget.system.threading.tasks.extensions": {
320+
"version": "4.4.0",
321+
"depth": 1,
322+
"source": "registry",
323+
"dependencies": {},
324+
"url": "https://package.openupm.com"
325+
},
267326
"com.unity.modules.accessibility": {
268327
"version": "1.0.0",
269328
"depth": 0,

0 commit comments

Comments
 (0)