Skip to content

Commit fd75aa2

Browse files
committed
Install NSubstitute v5.3.0
1 parent de40dc1 commit fd75aa2

File tree

4 files changed

+79
-4
lines changed

4 files changed

+79
-4
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"allowUnsafeCode": false,
1212
"overrideReferences": true,
1313
"precompiledReferences": [
14-
"nunit.framework.dll"
14+
"nunit.framework.dll",
15+
"NSubstitute.dll"
1516
],
1617
"autoReferenced": false,
1718
"defineConstraints": [

Packages/manifest.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"com.unity.modules.video": "1.0.0",
4848
"com.unity.modules.vr": "1.0.0",
4949
"com.unity.modules.wind": "1.0.0",
50-
"com.unity.modules.xr": "1.0.0"
50+
"com.unity.modules.xr": "1.0.0",
51+
"org.nuget.nsubstitute": "5.3.0"
5152
},
5253
"testables": [
5354
"com.nowsprinting.local-package-sample"
@@ -58,8 +59,15 @@
5859
"url": "https://package.openupm.com",
5960
"scopes": [
6061
"com.cysharp",
61-
"com.nowsprinting"
62+
"com.nowsprinting",
63+
"org.nuget.castle.core",
64+
"org.nuget.nsubstitute",
65+
"org.nuget.system.diagnostics.eventlog",
66+
"org.nuget.system.reflection.emit",
67+
"org.nuget.system.reflection.emit.ilgeneration",
68+
"org.nuget.system.security.principal.windows",
69+
"org.nuget.system.threading.tasks.extensions"
6270
]
6371
}
6472
]
65-
}
73+
}

Packages/packages-lock.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,65 @@
236236
},
237237
"url": "https://packages.unity.com"
238238
},
239+
"org.nuget.castle.core": {
240+
"version": "5.1.1",
241+
"depth": 1,
242+
"source": "registry",
243+
"dependencies": {
244+
"org.nuget.system.diagnostics.eventlog": "4.7.0",
245+
"org.nuget.system.reflection.emit": "4.7.0"
246+
},
247+
"url": "https://package.openupm.com"
248+
},
249+
"org.nuget.nsubstitute": {
250+
"version": "5.3.0",
251+
"depth": 0,
252+
"source": "registry",
253+
"dependencies": {
254+
"org.nuget.castle.core": "5.1.1",
255+
"org.nuget.system.threading.tasks.extensions": "4.4.0"
256+
},
257+
"url": "https://package.openupm.com"
258+
},
259+
"org.nuget.system.diagnostics.eventlog": {
260+
"version": "4.7.0",
261+
"depth": 2,
262+
"source": "registry",
263+
"dependencies": {
264+
"org.nuget.system.security.principal.windows": "4.7.0"
265+
},
266+
"url": "https://package.openupm.com"
267+
},
268+
"org.nuget.system.reflection.emit": {
269+
"version": "4.7.0",
270+
"depth": 2,
271+
"source": "registry",
272+
"dependencies": {
273+
"org.nuget.system.reflection.emit.ilgeneration": "4.7.0"
274+
},
275+
"url": "https://package.openupm.com"
276+
},
277+
"org.nuget.system.reflection.emit.ilgeneration": {
278+
"version": "4.7.0",
279+
"depth": 3,
280+
"source": "registry",
281+
"dependencies": {},
282+
"url": "https://package.openupm.com"
283+
},
284+
"org.nuget.system.security.principal.windows": {
285+
"version": "4.7.0",
286+
"depth": 3,
287+
"source": "registry",
288+
"dependencies": {},
289+
"url": "https://package.openupm.com"
290+
},
291+
"org.nuget.system.threading.tasks.extensions": {
292+
"version": "4.4.0",
293+
"depth": 1,
294+
"source": "registry",
295+
"dependencies": {},
296+
"url": "https://package.openupm.com"
297+
},
239298
"com.unity.modules.ai": {
240299
"version": "1.0.0",
241300
"depth": 0,

ProjectSettings/PackageManagerSettings.asset

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ MonoBehaviour:
3232
m_Scopes:
3333
- com.cysharp
3434
- com.nowsprinting
35+
- org.nuget.castle.core
36+
- org.nuget.nsubstitute
37+
- org.nuget.system.diagnostics.eventlog
38+
- org.nuget.system.reflection.emit
39+
- org.nuget.system.reflection.emit.ilgeneration
40+
- org.nuget.system.security.principal.windows
41+
- org.nuget.system.threading.tasks.extensions
3542
m_IsDefault: 0
3643
m_Capabilities: 0
3744
m_ConfigSource: 4

0 commit comments

Comments
 (0)