Skip to content

Commit 69e6df1

Browse files
authored
Revert "Update Dependencies (#244)" (#248)
1 parent 5912672 commit 69e6df1

File tree

2 files changed

+63
-34
lines changed

2 files changed

+63
-34
lines changed

source/TestAdapter/nanoFramework.TestAdapter.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="CliWrap" Version="3.6.6" />
16-
<PackageReference Include="ICSharpCode.Decompiler" Version="8.2.0.7535" />
17-
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.9.0" />
18-
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.36" />
15+
<PackageReference Include="CliWrap" Version="3.6.1" />
16+
<PackageReference Include="ICSharpCode.Decompiler" Version="7.2.1.6856" />
17+
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.5.0" />
18+
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.23" />
1919
<PackageReference Include="Nerdbank.GitVersioning">
20-
<Version>3.6.133</Version>
20+
<Version>3.6.132</Version>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>
2323
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

source/TestAdapter/packages.lock.json

Lines changed: 58 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,43 @@
44
".NETFramework,Version=v4.8": {
55
"CliWrap": {
66
"type": "Direct",
7-
"requested": "[3.6.6, )",
8-
"resolved": "3.6.6",
9-
"contentHash": "8/WnYKDjXjqMp9ktCygmeC6kDsmSEKF4riEYNy98+nD3wOKbuxqOjmhiFMalOYlM+mUqfs3SOEowF20+loDZHQ==",
7+
"requested": "[3.6.1, )",
8+
"resolved": "3.6.1",
9+
"contentHash": "vAZOcQBJpf3Lz1gyKnnhbRw6Fhw+/rsQqGJhoVfb5BEeTKbIgAPZ6LrzcJf6XV58CmC2L2t3oKNV8s4BE1HtPQ==",
1010
"dependencies": {
11-
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
11+
"Microsoft.Bcl.AsyncInterfaces": "7.0.0",
12+
"System.Buffers": "4.5.1",
1213
"System.Memory": "4.5.5",
1314
"System.Threading.Tasks.Extensions": "4.5.4",
1415
"System.ValueTuple": "4.5.0"
1516
}
1617
},
1718
"ICSharpCode.Decompiler": {
1819
"type": "Direct",
19-
"requested": "[8.2.0.7535, )",
20-
"resolved": "8.2.0.7535",
21-
"contentHash": "y4vSHtXCoTNISvvlxcskz+Hiw1vqY0kQsu0loO6nOsWwwZ60IxaTygEFapN2SuSB3SiswGPv535y/bV70Fm8hw==",
20+
"requested": "[7.2.1.6856, )",
21+
"resolved": "7.2.1.6856",
22+
"contentHash": "0YtLSmDhFJb79+K4c/unBWT5ZHu9ov++k0gCfxIB6+uM/n5TEYjZMKSiEQDB6FeaeLPmduxB3SYxasLIDjuhEQ==",
2223
"dependencies": {
23-
"System.Collections.Immutable": "6.0.0",
24-
"System.Reflection.Metadata": "6.0.0"
24+
"Microsoft.Win32.Registry": "5.0.0",
25+
"System.Collections.Immutable": "5.0.0",
26+
"System.Reflection.Metadata": "5.0.0"
2527
}
2628
},
2729
"Microsoft.TestPlatform.ObjectModel": {
2830
"type": "Direct",
29-
"requested": "[17.9.0, )",
30-
"resolved": "17.9.0",
31-
"contentHash": "1ilw/8vgmjLyKU+2SKXKXaOqpYFJCQfGqGz+x0cosl981VzjrY74Sv6qAJv+neZMZ9ZMxF3ArN6kotaQ4uvEBw==",
31+
"requested": "[17.5.0, )",
32+
"resolved": "17.5.0",
33+
"contentHash": "QwiBJcC/oEA1kojOaB0uPWOIo4i6BYuTBBYJVhUvmXkyYqZ2Ut/VZfgi+enf8LF8J4sjO98oRRFt39MiRorcIw==",
3234
"dependencies": {
35+
"NuGet.Frameworks": "5.11.0",
3336
"System.Reflection.Metadata": "1.6.0"
3437
}
3538
},
3639
"nanoFramework.Tools.Debugger.Net": {
3740
"type": "Direct",
38-
"requested": "[2.4.36, )",
39-
"resolved": "2.4.36",
40-
"contentHash": "K4AXHaAzs4kyP8Hg3j8Zsd7aUW0XYPrlGOucjwwvRdekrYLjmw6vbB6i+QSZFBvzlTWMv/eOc5C1KQHiR+IPOQ==",
41+
"requested": "[2.4.23, )",
42+
"resolved": "2.4.23",
43+
"contentHash": "C3f6TGGXB2Kfedf476hvFKt8B/uuCOzYptceHvcXq/4W0OK0o2L8XLLLO+Ng+YdNzr8+lu5atPAIyLyqMnjRzA==",
4144
"dependencies": {
4245
"Polly": "7.2.3",
4346
"PropertyChanged.Fody": "2.6.1",
@@ -46,9 +49,9 @@
4649
},
4750
"Nerdbank.GitVersioning": {
4851
"type": "Direct",
49-
"requested": "[3.6.133, )",
50-
"resolved": "3.6.133",
51-
"contentHash": "VZWMd5YAeDxpjWjAP/X6bAxnRMiEf6tES/ITN0X5CHJgkWLLeHGmEALivmTAfYM6P+P/3Szy6VCITUAkqjcHVw=="
52+
"requested": "[3.6.132, )",
53+
"resolved": "3.6.132",
54+
"contentHash": "t5aTPfMt+E7qsAIWyN7xcmmLQohzS6Ax6cmDLEk4RkRIJq878PR/JG+HhvCbn5DlxRHMWLQZBjuTFypDrDjClw=="
5255
},
5356
"Newtonsoft.Json": {
5457
"type": "Direct",
@@ -63,12 +66,26 @@
6366
},
6467
"Microsoft.Bcl.AsyncInterfaces": {
6568
"type": "Transitive",
66-
"resolved": "8.0.0",
67-
"contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
69+
"resolved": "7.0.0",
70+
"contentHash": "3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==",
6871
"dependencies": {
6972
"System.Threading.Tasks.Extensions": "4.5.4"
7073
}
7174
},
75+
"Microsoft.Win32.Registry": {
76+
"type": "Transitive",
77+
"resolved": "5.0.0",
78+
"contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
79+
"dependencies": {
80+
"System.Security.AccessControl": "5.0.0",
81+
"System.Security.Principal.Windows": "5.0.0"
82+
}
83+
},
84+
"NuGet.Frameworks": {
85+
"type": "Transitive",
86+
"resolved": "5.11.0",
87+
"contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q=="
88+
},
7289
"Polly": {
7390
"type": "Transitive",
7491
"resolved": "7.2.3",
@@ -89,11 +106,10 @@
89106
},
90107
"System.Collections.Immutable": {
91108
"type": "Transitive",
92-
"resolved": "6.0.0",
93-
"contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==",
109+
"resolved": "5.0.0",
110+
"contentHash": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
94111
"dependencies": {
95-
"System.Memory": "4.5.4",
96-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
112+
"System.Memory": "4.5.4"
97113
}
98114
},
99115
"System.IO.Ports": {
@@ -118,16 +134,29 @@
118134
},
119135
"System.Reflection.Metadata": {
120136
"type": "Transitive",
121-
"resolved": "6.0.0",
122-
"contentHash": "sffDOcex1C3HO5kDolOYcWXTwRpZY/LvJujM6SMjn63fWMJWchYAAmkoAJXlbpZ5yf4d+KMgxd+LeETa4gD9sQ==",
137+
"resolved": "5.0.0",
138+
"contentHash": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==",
123139
"dependencies": {
124-
"System.Collections.Immutable": "6.0.0"
140+
"System.Collections.Immutable": "5.0.0"
125141
}
126142
},
127143
"System.Runtime.CompilerServices.Unsafe": {
128144
"type": "Transitive",
129-
"resolved": "6.0.0",
130-
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
145+
"resolved": "4.5.3",
146+
"contentHash": "3TIsJhD1EiiT0w2CcDMN/iSSwnNnsrnbzeVHSKkaEgV85txMprmuO+Yq2AdSbeVGcg28pdNDTPK87tJhX7VFHw=="
147+
},
148+
"System.Security.AccessControl": {
149+
"type": "Transitive",
150+
"resolved": "5.0.0",
151+
"contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
152+
"dependencies": {
153+
"System.Security.Principal.Windows": "5.0.0"
154+
}
155+
},
156+
"System.Security.Principal.Windows": {
157+
"type": "Transitive",
158+
"resolved": "5.0.0",
159+
"contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA=="
131160
},
132161
"System.Threading.Tasks.Extensions": {
133162
"type": "Transitive",

0 commit comments

Comments
 (0)