Skip to content

Commit 56cfea7

Browse files
committed
Uninstall net.tnrd.nsubstitute package
1 parent 561e3cf commit 56cfea7

File tree

4 files changed

+2
-17
lines changed

4 files changed

+2
-17
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"allowUnsafeCode": false,
1212
"overrideReferences": true,
1313
"precompiledReferences": [
14-
"nunit.framework.dll",
15-
"NSubstitute.dll",
16-
"Castle.Core.dll",
17-
"System.Threading.Tasks.Extensions.dll"
14+
"nunit.framework.dll"
1815
],
1916
"autoReferenced": false,
2017
"defineConstraints": [

Packages/manifest.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"com.unity.testtools.codecoverage": "1.2.6",
1818
"com.unity.timeline": "1.8.7",
1919
"com.unity.ugui": "2.0.0",
20-
"net.tnrd.nsubstitute": "4.2.2",
2120
"com.unity.modules.accessibility": "1.0.0",
2221
"com.unity.modules.ai": "1.0.0",
2322
"com.unity.modules.androidjni": "1.0.0",
@@ -60,9 +59,7 @@
6059
"url": "https://package.openupm.com",
6160
"scopes": [
6261
"com.cysharp",
63-
"com.nowsprinting",
64-
"com.openupm",
65-
"net.tnrd.nsubstitute"
62+
"com.nowsprinting"
6663
]
6764
}
6865
]

Packages/packages-lock.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,6 @@
168168
"com.unity.modules.imgui": "1.0.0"
169169
}
170170
},
171-
"net.tnrd.nsubstitute": {
172-
"version": "4.2.2",
173-
"depth": 0,
174-
"source": "registry",
175-
"dependencies": {},
176-
"url": "https://package.openupm.com"
177-
},
178171
"com.unity.modules.accessibility": {
179172
"version": "1.0.0",
180173
"depth": 0,

ProjectSettings/PackageManagerSettings.asset

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ MonoBehaviour:
3333
m_Scopes:
3434
- com.cysharp
3535
- com.nowsprinting
36-
- com.openupm
37-
- net.tnrd.nsubstitute
3836
m_IsDefault: 0
3937
m_Capabilities: 0
4038
m_ConfigSource: 4

0 commit comments

Comments
 (0)