Skip to content

Commit 77cf362

Browse files
📦 Automatic update of NUnit3TestAdapter to 4.0.0 (#358)
Co-authored-by: Talen Fisher <[email protected]>
1 parent 91a706a commit 77cf362

File tree

2 files changed

+7
-146
lines changed

2 files changed

+7
-146
lines changed

tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="NSubstitute" Version="4.2.2" />
2525
<PackageReference Include="NuGet.ProjectModel" Version="6.0.0-preview.1.107" />
2626
<PackageReference Include="nunit" Version="3.13.2" />
27-
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
27+
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
2828
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
2929
<PackageReference Include="McMaster.NETCore.Plugins" Version="1.4.0" />
3030
<PackageReference Include="YamlDotNet" Version="11.1.1" />

tests/packages.lock.json

Lines changed: 6 additions & 145 deletions
Original file line numberDiff line numberDiff line change
@@ -154,20 +154,9 @@
154154
},
155155
"NUnit3TestAdapter": {
156156
"type": "Direct",
157-
"requested": "[3.17.0, )",
158-
"resolved": "3.17.0",
159-
"contentHash": "I9MNvK+GM2yXrHPitwZkAZKU9sYI2OO/8wKC+VuBD7V3z+ySQ1pSopX/urr0ooedI8/TIcajYPRO4vGRr7AM8A==",
160-
"dependencies": {
161-
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
162-
"System.ComponentModel.EventBasedAsync": "4.3.0",
163-
"System.ComponentModel.TypeConverter": "4.3.0",
164-
"System.Diagnostics.Process": "4.3.0",
165-
"System.Reflection": "4.3.0",
166-
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
167-
"System.Threading.Thread": "4.3.0",
168-
"System.Xml.XPath.XmlDocument": "4.3.0",
169-
"System.Xml.XmlDocument": "4.3.0"
170-
}
157+
"requested": "[4.0.0, )",
158+
"resolved": "4.0.0",
159+
"contentHash": "5gCkytgQWL93M5s9Rnl4CfSUhn95VsuMVLYjmZe8K7dNRF7kzrBMPsBTyLNCga5qLW7RM/o591J+HVrV1QMaVQ=="
171160
},
172161
"StyleCop.Analyzers": {
173162
"type": "Direct",
@@ -394,21 +383,6 @@
394383
"System.Threading": "4.0.11"
395384
}
396385
},
397-
"Microsoft.DotNet.InternalAbstractions": {
398-
"type": "Transitive",
399-
"resolved": "1.0.0",
400-
"contentHash": "AAguUq7YyKk3yDWPoWA8DrLZvURxB/LrDdTn1h5lmPeznkFUpfC3p459w5mQYQE0qpquf/CkSQZ0etiV5vRHFA==",
401-
"dependencies": {
402-
"System.AppContext": "4.1.0",
403-
"System.Collections": "4.0.11",
404-
"System.IO": "4.1.0",
405-
"System.IO.FileSystem": "4.0.1",
406-
"System.Reflection.TypeExtensions": "4.1.0",
407-
"System.Runtime.Extensions": "4.1.0",
408-
"System.Runtime.InteropServices": "4.1.0",
409-
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
410-
}
411-
},
412386
"Microsoft.DotNet.PlatformAbstractions": {
413387
"type": "Transitive",
414388
"resolved": "3.1.6",
@@ -708,16 +682,6 @@
708682
"Newtonsoft.Json": "9.0.1"
709683
}
710684
},
711-
"Microsoft.Win32.Primitives": {
712-
"type": "Transitive",
713-
"resolved": "4.3.0",
714-
"contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
715-
"dependencies": {
716-
"Microsoft.NETCore.Platforms": "1.1.0",
717-
"Microsoft.NETCore.Targets": "1.1.0",
718-
"System.Runtime": "4.3.0"
719-
}
720-
},
721685
"Microsoft.Win32.Registry": {
722686
"type": "Transitive",
723687
"resolved": "5.0.0",
@@ -856,14 +820,6 @@
856820
"resolved": "1.2.0.333",
857821
"contentHash": "7mwxcwa3xZnyU71OTqSgntCDpsZ5gkc4saXhuJeyg5Xc+3xiQxzyhy26uG8rVF8Z7GKpXCsHCL3rd5ZomA+a/A=="
858822
},
859-
"System.AppContext": {
860-
"type": "Transitive",
861-
"resolved": "4.1.0",
862-
"contentHash": "3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
863-
"dependencies": {
864-
"System.Runtime": "4.1.0"
865-
}
866-
},
867823
"System.Collections": {
868824
"type": "Transitive",
869825
"resolved": "4.3.0",
@@ -919,17 +875,6 @@
919875
"resolved": "5.0.0",
920876
"contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg=="
921877
},
922-
"System.ComponentModel.EventBasedAsync": {
923-
"type": "Transitive",
924-
"resolved": "4.3.0",
925-
"contentHash": "fCFl8f0XdwA/BuoNrVBB5D0Y48/hv2J+w4xSDdXQitXZsR6UCSOrDVE7TCUraY802ENwcHUnUCv4En8CupDU1g==",
926-
"dependencies": {
927-
"System.Resources.ResourceManager": "4.3.0",
928-
"System.Runtime": "4.3.0",
929-
"System.Threading": "4.3.0",
930-
"System.Threading.Tasks": "4.3.0"
931-
}
932-
},
933878
"System.ComponentModel.Primitives": {
934879
"type": "Transitive",
935880
"resolved": "4.3.0",
@@ -1078,34 +1023,6 @@
10781023
"System.Security.Principal.Windows": "5.0.0"
10791024
}
10801025
},
1081-
"System.Diagnostics.Process": {
1082-
"type": "Transitive",
1083-
"resolved": "4.3.0",
1084-
"contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
1085-
"dependencies": {
1086-
"Microsoft.NETCore.Platforms": "1.1.0",
1087-
"Microsoft.Win32.Primitives": "4.3.0",
1088-
"Microsoft.Win32.Registry": "4.3.0",
1089-
"System.Collections": "4.3.0",
1090-
"System.Diagnostics.Debug": "4.3.0",
1091-
"System.Globalization": "4.3.0",
1092-
"System.IO": "4.3.0",
1093-
"System.IO.FileSystem": "4.3.0",
1094-
"System.IO.FileSystem.Primitives": "4.3.0",
1095-
"System.Resources.ResourceManager": "4.3.0",
1096-
"System.Runtime": "4.3.0",
1097-
"System.Runtime.Extensions": "4.3.0",
1098-
"System.Runtime.Handles": "4.3.0",
1099-
"System.Runtime.InteropServices": "4.3.0",
1100-
"System.Text.Encoding": "4.3.0",
1101-
"System.Text.Encoding.Extensions": "4.3.0",
1102-
"System.Threading": "4.3.0",
1103-
"System.Threading.Tasks": "4.3.0",
1104-
"System.Threading.Thread": "4.3.0",
1105-
"System.Threading.ThreadPool": "4.3.0",
1106-
"runtime.native.System": "4.3.0"
1107-
}
1108-
},
11091026
"System.Diagnostics.Tools": {
11101027
"type": "Transitive",
11111028
"resolved": "4.3.0",
@@ -1421,20 +1338,6 @@
14211338
"System.Runtime.Handles": "4.3.0"
14221339
}
14231340
},
1424-
"System.Runtime.InteropServices.RuntimeInformation": {
1425-
"type": "Transitive",
1426-
"resolved": "4.3.0",
1427-
"contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
1428-
"dependencies": {
1429-
"System.Reflection": "4.3.0",
1430-
"System.Reflection.Extensions": "4.3.0",
1431-
"System.Resources.ResourceManager": "4.3.0",
1432-
"System.Runtime": "4.3.0",
1433-
"System.Runtime.InteropServices": "4.3.0",
1434-
"System.Threading": "4.3.0",
1435-
"runtime.native.System": "4.3.0"
1436-
}
1437-
},
14381341
"System.Runtime.Loader": {
14391342
"type": "Transitive",
14401343
"resolved": "4.3.0",
@@ -1563,19 +1466,10 @@
15631466
},
15641467
"System.Threading.Thread": {
15651468
"type": "Transitive",
1566-
"resolved": "4.3.0",
1567-
"contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
1469+
"resolved": "4.0.0",
1470+
"contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
15681471
"dependencies": {
1569-
"System.Runtime": "4.3.0"
1570-
}
1571-
},
1572-
"System.Threading.ThreadPool": {
1573-
"type": "Transitive",
1574-
"resolved": "4.3.0",
1575-
"contentHash": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==",
1576-
"dependencies": {
1577-
"System.Runtime": "4.3.0",
1578-
"System.Runtime.Handles": "4.3.0"
1472+
"System.Runtime": "4.1.0"
15791473
}
15801474
},
15811475
"System.Windows.Extensions": {
@@ -1644,39 +1538,6 @@
16441538
"System.Xml.ReaderWriter": "4.3.0"
16451539
}
16461540
},
1647-
"System.Xml.XPath": {
1648-
"type": "Transitive",
1649-
"resolved": "4.3.0",
1650-
"contentHash": "v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==",
1651-
"dependencies": {
1652-
"System.Collections": "4.3.0",
1653-
"System.Diagnostics.Debug": "4.3.0",
1654-
"System.Globalization": "4.3.0",
1655-
"System.IO": "4.3.0",
1656-
"System.Resources.ResourceManager": "4.3.0",
1657-
"System.Runtime": "4.3.0",
1658-
"System.Runtime.Extensions": "4.3.0",
1659-
"System.Threading": "4.3.0",
1660-
"System.Xml.ReaderWriter": "4.3.0"
1661-
}
1662-
},
1663-
"System.Xml.XPath.XmlDocument": {
1664-
"type": "Transitive",
1665-
"resolved": "4.3.0",
1666-
"contentHash": "A/uxsWi/Ifzkmd4ArTLISMbfFs6XpRPsXZonrIqyTY70xi8t+mDtvSM5Os0RqyRDobjMBwIDHDL4NOIbkDwf7A==",
1667-
"dependencies": {
1668-
"System.Collections": "4.3.0",
1669-
"System.Globalization": "4.3.0",
1670-
"System.IO": "4.3.0",
1671-
"System.Resources.ResourceManager": "4.3.0",
1672-
"System.Runtime": "4.3.0",
1673-
"System.Runtime.Extensions": "4.3.0",
1674-
"System.Threading": "4.3.0",
1675-
"System.Xml.ReaderWriter": "4.3.0",
1676-
"System.Xml.XPath": "4.3.0",
1677-
"System.Xml.XmlDocument": "4.3.0"
1678-
}
1679-
},
16801541
"Lambdajection.Attributes": {
16811542
"type": "Project",
16821543
"dependencies": {

0 commit comments

Comments
 (0)