File tree 4 files changed +1
-9
lines changed
src/Adapter/MSTest.TestAdapter
test/UnitTests/MSTestAdapter.PlatformServices.UnitTests
4 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 21
21
<SystemNetWebSocketsClientVersion >4.3.1</SystemNetWebSocketsClientVersion >
22
22
<SystemTextRegularExpressionsVersion >4.3.1</SystemTextRegularExpressionsVersion >
23
23
<SystemThreadingTasksExtensionsVersion >4.5.4</SystemThreadingTasksExtensionsVersion >
24
- <SystemValueTupleVersion >4.5.0</SystemValueTupleVersion >
25
24
</PropertyGroup >
26
25
<PropertyGroup Label =" Test dependencies" >
27
26
<MicrosoftCodeAnalysisAnalyzerTestingVersion >1.1.3-beta1.24423.1</MicrosoftCodeAnalysisAnalyzerTestingVersion >
53
52
<PackageVersion Include =" System.Diagnostics.TextWriterTraceListener" Version =" 4.3.0" />
54
53
<!-- CVE-2019-0981, CVE-2019-0980, CVE-2019-0657 -->
55
54
<PackageVersion Include =" System.Private.Uri" Version =" 4.3.2" />
56
- <PackageVersion Include =" System.ValueTuple" Version =" $(SystemValueTupleVersion)" />
57
55
</ItemGroup >
58
56
<ItemGroup Label =" Test dependencies" >
59
57
<PackageVersion Include =" Codecov" Version =" 1.12.3" />
Original file line number Diff line number Diff line change 1
- <Project >
1
+ <Project >
2
2
3
3
<!-- SDK top import -->
4
4
<Import Project =" Sdk.props" Sdk =" MSBuild.Sdk.Extras" Condition =" '$(OS)' == 'Windows_NT' " />
59
59
<ItemGroup >
60
60
<PackageReference Include =" Microsoft.TestPlatform.AdapterUtilities" />
61
61
<PackageReference Include =" System.Threading.Tasks.Extensions" Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == '$(NetFrameworkMinimum)' OR '$(TargetFramework)' == '$(UwpMinimum)' " />
62
- <PackageReference Include =" System.ValueTuple" Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == '$(NetFrameworkMinimum)' OR '$(TargetFramework)' == '$(UwpMinimum)' " />
63
62
</ItemGroup >
64
63
65
64
<ItemGroup >
87
86
<NuspecProperty Include =" Configuration=$(Configuration)" />
88
87
<NuspecProperty Include =" RepoRoot=$(RepoRoot)" />
89
88
<NuspecProperty Include =" SystemThreadingTasksExtensionsVersion=$(SystemThreadingTasksExtensionsVersion)" />
90
- <NuspecProperty Include =" SystemValueTupleVersion=$(SystemValueTupleVersion)" />
91
89
<NuspecProperty Include =" TestingPlatformVersion=$(Version.Replace('$(VersionPrefix)', '$(TestingPlatformVersionPrefix)'))" />
92
90
</ItemGroup >
93
91
Original file line number Diff line number Diff line change 7
7
<dependency id =" Microsoft.Testing.Extensions.VSTestBridge" version =" $TestingPlatformVersion$" />
8
8
<dependency id =" Microsoft.Testing.Platform.MSBuild" version =" $TestingPlatformVersion$" />
9
9
<dependency id =" System.Threading.Tasks.Extensions" version =" $SystemThreadingTasksExtensionsVersion$" />
10
- <dependency id =" System.ValueTuple" version =" $SystemValueTupleVersion$" />
11
10
</group >
12
11
<group targetFramework =" net462" >
13
12
<dependency id =" Microsoft.Testing.Extensions.VSTestBridge" version =" $TestingPlatformVersion$" />
14
13
<dependency id =" Microsoft.Testing.Platform.MSBuild" version =" $TestingPlatformVersion$" />
15
14
<dependency id =" System.Threading.Tasks.Extensions" version =" $SystemThreadingTasksExtensionsVersion$" />
16
- <dependency id =" System.ValueTuple" version =" $SystemValueTupleVersion$" />
17
15
</group >
18
16
<group targetFramework =" uap10.0" >
19
17
<dependency id =" System.Threading.Tasks.Extensions" version =" $SystemThreadingTasksExtensionsVersion$" />
20
- <dependency id =" System.ValueTuple" version =" $SystemValueTupleVersion$" />
21
18
</group >
22
19
<group targetFramework =" netcoreapp3.1" >
23
20
<dependency id =" Microsoft.Testing.Extensions.VSTestBridge" version =" $TestingPlatformVersion$" />
Original file line number Diff line number Diff line change 39
39
<ItemGroup >
40
40
<PackageReference Include =" Moq" />
41
41
<PackageReference Include =" StrongNamer" />
42
- <PackageReference Include =" System.ValueTuple" />
43
42
</ItemGroup >
44
43
45
44
<ItemGroup Condition =" '$(TargetFramework)' != 'net462' " >
You can’t perform that action at this time.
0 commit comments