File tree Expand file tree Collapse file tree 3 files changed +15
-18
lines changed Expand file tree Collapse file tree 3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 1
- ********************************************
2
- *** WARNING ***
3
- *** Do NOT update ICSharpCode.Decompiler ***
4
- *** beyond 7.2.1.6856 as it will break ***
5
- *** VS Test Explorer ***
6
- ********************************************
7
-
8
- This happens because of a nested dependency on
9
- System.Runtime.CompilerServices.Unsafe.
1
+ *******************************************
2
+ *** WARNING ****
3
+ *** Do NOT update CLIWrap beyond v3.6.1 ***
4
+ *** as it will break VS Test Explorer ***
5
+ *******************************************
10
6
7
+ This happens because of a nested dependency on System.Runtime.CompilerServices.Unsafe.
11
8
Moving beyond this version requires testing this.
12
-
13
- Reported and it's a know issue with vstest. See:
9
+ Reported and it's a know issue wit vstest. See:
14
10
https://github.com/microsoft/vstest/issues/4673
15
11
https://github.com/microsoft/vstest/issues/4775
Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" CliWrap" Version =" 3.6.6 " />
15
+ <PackageReference Include =" CliWrap" Version =" 3.6.1 " />
16
16
<PackageReference Include =" ICSharpCode.Decompiler" Version =" 7.2.1.6856" />
17
17
<PackageReference Include =" Microsoft.TestPlatform.ObjectModel" Version =" 17.10.0" />
18
18
<PackageReference Include =" nanoFramework.Tools.Debugger.Net" Version =" 2.4.42" />
Original file line number Diff line number Diff line change 4
4
".NETFramework,Version=v4.8" : {
5
5
"CliWrap" : {
6
6
"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 ==" ,
10
10
"dependencies" : {
11
- "Microsoft.Bcl.AsyncInterfaces" : " 8.0.0" ,
11
+ "Microsoft.Bcl.AsyncInterfaces" : " 7.0.0" ,
12
+ "System.Buffers" : " 4.5.1" ,
12
13
"System.Memory" : " 4.5.5" ,
13
14
"System.Threading.Tasks.Extensions" : " 4.5.4" ,
14
15
"System.ValueTuple" : " 4.5.0"
64
65
},
65
66
"Microsoft.Bcl.AsyncInterfaces" : {
66
67
"type" : " Transitive" ,
67
- "resolved" : " 8 .0.0" ,
68
- "contentHash" : " 3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw ==" ,
68
+ "resolved" : " 7 .0.0" ,
69
+ "contentHash" : " 3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg ==" ,
69
70
"dependencies" : {
70
71
"System.Threading.Tasks.Extensions" : " 4.5.4"
71
72
}
You can’t perform that action at this time.
0 commit comments