Skip to content

Commit c63314c

Browse files
Bump Microsoft.Testing.Extensions.Telemetry and 11 others (#20)
Bumps Microsoft.Testing.Extensions.Telemetry from 1.6.3 to 1.7.1 Bumps Microsoft.Testing.Extensions.TrxReport.Abstractions from 1.6.3 to 1.7.1 Bumps Microsoft.Testing.Extensions.VSTestBridge from 1.6.3 to 1.7.1 Bumps Microsoft.Testing.Platform from 1.6.3 to 1.7.1 Bumps Microsoft.Testing.Platform.MSBuild from 1.6.3 to 1.7.1 Bumps Microsoft.TestPlatform.ObjectModel from 17.13.0 to 17.14.0 Bumps MSTest.Analyzers from 3.8.3 to 3.9.1 Bumps MSTest.TestAdapter from 3.8.3 to 3.9.1 Bumps MSTest.TestFramework from 3.8.3 to 3.9.1 Bumps System.Collections.Immutable from 9.0.4 to 9.0.5 Bumps System.Diagnostics.DiagnosticSource from 9.0.4 to 9.0.5 Bumps System.Reflection.Metadata from 9.0.4 to 9.0.5 --- updated-dependencies: - dependency-name: Microsoft.Testing.Extensions.Telemetry dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Testing.Extensions.TrxReport.Abstractions dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Testing.Extensions.VSTestBridge dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Testing.Platform dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Testing.Platform.MSBuild dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.TestPlatform.ObjectModel dependency-version: 17.14.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: MSTest.Analyzers dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: MSTest.TestAdapter dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: MSTest.TestAdapter dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: MSTest.TestAdapter dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: MSTest.TestAdapter dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: MSTest.TestFramework dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: MSTest.TestFramework dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: MSTest.TestFramework dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: MSTest.TestFramework dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.Collections.Immutable dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Diagnostics.DiagnosticSource dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Reflection.Metadata dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 081cf1c commit c63314c

File tree

5 files changed

+58
-39
lines changed

5 files changed

+58
-39
lines changed

UnitTest/Test.Net 5.0/Test.Net 5.0.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
14-
<PackageReference Include="MSTest.TestAdapter" Version="3.8.3" />
15-
<PackageReference Include="MSTest.TestFramework" Version="3.8.3" />
14+
<PackageReference Include="MSTest.TestAdapter" Version="3.9.1" />
15+
<PackageReference Include="MSTest.TestFramework" Version="3.9.1" />
1616
<PackageReference Include="coverlet.collector" Version="6.0.4" />
1717
</ItemGroup>
1818

UnitTest/Test.Net 6.0/Test.Net 6.0.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
14-
<PackageReference Include="MSTest.TestAdapter" Version="3.8.3" />
15-
<PackageReference Include="MSTest.TestFramework" Version="3.8.3" />
14+
<PackageReference Include="MSTest.TestAdapter" Version="3.9.1" />
15+
<PackageReference Include="MSTest.TestFramework" Version="3.9.1" />
1616
<PackageReference Include="coverlet.collector" Version="6.0.4" />
1717
</ItemGroup>
1818

UnitTest/Test.Net Core/Test.Net Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535

3636
<ItemGroup>
3737
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
38-
<PackageReference Include="MSTest.TestAdapter" Version="3.8.3" />
39-
<PackageReference Include="MSTest.TestFramework" Version="3.8.3" />
38+
<PackageReference Include="MSTest.TestAdapter" Version="3.9.1" />
39+
<PackageReference Include="MSTest.TestFramework" Version="3.9.1" />
4040
<PackageReference Include="coverlet.collector" Version="6.0.4">
4141
<PrivateAssets>all</PrivateAssets>
4242
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

UnitTest/Test.Net/Test.Net.csproj

Lines changed: 39 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="../packages/MSTest.TestAdapter.3.9.1/build/net462/MSTest.TestAdapter.props" Condition="Exists('../packages/MSTest.TestAdapter.3.9.1/build/net462/MSTest.TestAdapter.props')" />
4+
<Import Project="../packages/Microsoft.Testing.Platform.MSBuild.1.7.1/build/Microsoft.Testing.Platform.MSBuild.props" Condition="Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.7.1/build/Microsoft.Testing.Platform.MSBuild.props')" />
5+
<Import Project="../packages/Microsoft.Testing.Extensions.Telemetry.1.7.1/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props" Condition="Exists('../packages/Microsoft.Testing.Extensions.Telemetry.1.7.1/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props')" />
6+
<Import Project="../packages/Microsoft.Testing.Platform.1.7.1/build/netstandard2.0/Microsoft.Testing.Platform.props" Condition="Exists('../packages/Microsoft.Testing.Platform.1.7.1/build/netstandard2.0/Microsoft.Testing.Platform.props')" />
37
<Import Project="../packages/MSTest.TestAdapter.3.8.3/build/net462/MSTest.TestAdapter.props" Condition="Exists('../packages/MSTest.TestAdapter.3.8.3/build/net462/MSTest.TestAdapter.props')" />
48
<Import Project="../packages/Microsoft.Testing.Platform.MSBuild.1.6.3/build/Microsoft.Testing.Platform.MSBuild.props" Condition="Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.6.3/build/Microsoft.Testing.Platform.MSBuild.props')" />
59
<Import Project="../packages/Microsoft.Testing.Extensions.Telemetry.1.6.3/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props" Condition="Exists('../packages/Microsoft.Testing.Extensions.Telemetry.1.6.3/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props')" />
@@ -126,62 +130,66 @@
126130
<HintPath>..\packages\Microsoft.ApplicationInsights.2.23.0\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
127131
<Private>True</Private>
128132
</Reference>
129-
<Reference Include="Microsoft.Testing.Extensions.MSBuild, Version=1.6.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
130-
<HintPath>..\packages\Microsoft.Testing.Platform.MSBuild.1.6.3\lib\netstandard2.0\Microsoft.Testing.Extensions.MSBuild.dll</HintPath>
133+
<Reference Include="Microsoft.Testing.Extensions.MSBuild, Version=1.7.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
134+
<HintPath>..\packages\Microsoft.Testing.Platform.MSBuild.1.7.1\lib\netstandard2.0\Microsoft.Testing.Extensions.MSBuild.dll</HintPath>
131135
<Private>True</Private>
132136
</Reference>
133-
<Reference Include="Microsoft.Testing.Extensions.Telemetry, Version=1.6.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
134-
<HintPath>..\packages\Microsoft.Testing.Extensions.Telemetry.1.6.3\lib\netstandard2.0\Microsoft.Testing.Extensions.Telemetry.dll</HintPath>
137+
<Reference Include="Microsoft.Testing.Extensions.Telemetry, Version=1.7.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
138+
<HintPath>..\packages\Microsoft.Testing.Extensions.Telemetry.1.7.1\lib\netstandard2.0\Microsoft.Testing.Extensions.Telemetry.dll</HintPath>
135139
<Private>True</Private>
136140
</Reference>
137-
<Reference Include="Microsoft.Testing.Extensions.TrxReport.Abstractions, Version=1.6.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
138-
<HintPath>..\packages\Microsoft.Testing.Extensions.TrxReport.Abstractions.1.6.3\lib\netstandard2.0\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll</HintPath>
141+
<Reference Include="Microsoft.Testing.Extensions.TrxReport.Abstractions, Version=1.7.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
142+
<HintPath>..\packages\Microsoft.Testing.Extensions.TrxReport.Abstractions.1.7.1\lib\netstandard2.0\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll</HintPath>
139143
<Private>True</Private>
140144
</Reference>
141-
<Reference Include="Microsoft.Testing.Extensions.VSTestBridge, Version=1.6.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
142-
<HintPath>..\packages\Microsoft.Testing.Extensions.VSTestBridge.1.6.3\lib\netstandard2.0\Microsoft.Testing.Extensions.VSTestBridge.dll</HintPath>
145+
<Reference Include="Microsoft.Testing.Extensions.VSTestBridge, Version=1.7.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
146+
<HintPath>..\packages\Microsoft.Testing.Extensions.VSTestBridge.1.7.1\lib\netstandard2.0\Microsoft.Testing.Extensions.VSTestBridge.dll</HintPath>
143147
<Private>True</Private>
144148
</Reference>
145-
<Reference Include="Microsoft.Testing.Platform, Version=1.6.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
146-
<HintPath>..\packages\Microsoft.Testing.Platform.1.6.3\lib\netstandard2.0\Microsoft.Testing.Platform.dll</HintPath>
149+
<Reference Include="Microsoft.Testing.Platform, Version=1.7.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
150+
<HintPath>..\packages\Microsoft.Testing.Platform.1.7.1\lib\netstandard2.0\Microsoft.Testing.Platform.dll</HintPath>
147151
<Private>True</Private>
148152
</Reference>
149153
<Reference Include="Microsoft.Testing.Platform.MSBuild, Version=1.4.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
150154
<HintPath>..\packages\Microsoft.Testing.Platform.MSBuild.1.4.3\lib\netstandard2.0\Microsoft.Testing.Platform.MSBuild.dll</HintPath>
151155
<Private>True</Private>
152156
</Reference>
157+
<Reference Include="Microsoft.TestPlatform.AdapterUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
158+
<HintPath>..\packages\Microsoft.TestPlatform.AdapterUtilities.17.14.0\lib\net462\Microsoft.TestPlatform.AdapterUtilities.dll</HintPath>
159+
<Private>True</Private>
160+
</Reference>
153161
<Reference Include="Microsoft.TestPlatform.CoreUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
154-
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.13.0\lib\net462\Microsoft.TestPlatform.CoreUtilities.dll</HintPath>
162+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.14.0\lib\net462\Microsoft.TestPlatform.CoreUtilities.dll</HintPath>
155163
<Private>True</Private>
156164
</Reference>
157165
<Reference Include="Microsoft.TestPlatform.PlatformAbstractions, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
158-
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.13.0\lib\net462\Microsoft.TestPlatform.PlatformAbstractions.dll</HintPath>
166+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.14.0\lib\net462\Microsoft.TestPlatform.PlatformAbstractions.dll</HintPath>
159167
<Private>True</Private>
160168
</Reference>
161169
<Reference Include="Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
162-
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.13.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
170+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.14.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
163171
<Private>True</Private>
164172
</Reference>
165173
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
166-
<HintPath>..\packages\MSTest.TestFramework.3.8.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
174+
<HintPath>..\packages\MSTest.TestFramework.3.9.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
167175
<Private>True</Private>
168176
</Reference>
169177
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
170-
<HintPath>..\packages\MSTest.TestFramework.3.8.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
178+
<HintPath>..\packages\MSTest.TestFramework.3.9.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
171179
<Private>True</Private>
172180
</Reference>
173181
<Reference Include="System" />
174182
<Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
175183
<HintPath>..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath>
176184
<Private>True</Private>
177185
</Reference>
178-
<Reference Include="System.Collections.Immutable, Version=9.0.0.4, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
179-
<HintPath>..\packages\System.Collections.Immutable.9.0.4\lib\net462\System.Collections.Immutable.dll</HintPath>
186+
<Reference Include="System.Collections.Immutable, Version=9.0.0.5, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
187+
<HintPath>..\packages\System.Collections.Immutable.9.0.5\lib\net462\System.Collections.Immutable.dll</HintPath>
180188
<Private>True</Private>
181189
</Reference>
182190
<Reference Include="System.Core" />
183-
<Reference Include="System.Diagnostics.DiagnosticSource, Version=9.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
184-
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.9.0.4\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
191+
<Reference Include="System.Diagnostics.DiagnosticSource, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
192+
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.9.0.5\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
185193
<Private>True</Private>
186194
</Reference>
187195
<Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
@@ -192,8 +200,8 @@
192200
<HintPath>..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath>
193201
<Private>True</Private>
194202
</Reference>
195-
<Reference Include="System.Reflection.Metadata, Version=9.0.0.4, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
196-
<HintPath>..\packages\System.Reflection.Metadata.9.0.4\lib\net462\System.Reflection.Metadata.dll</HintPath>
203+
<Reference Include="System.Reflection.Metadata, Version=9.0.0.5, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
204+
<HintPath>..\packages\System.Reflection.Metadata.9.0.5\lib\net462\System.Reflection.Metadata.dll</HintPath>
197205
<Private>True</Private>
198206
</Reference>
199207
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
@@ -288,6 +296,13 @@
288296
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.6.3/build/Microsoft.Testing.Platform.MSBuild.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.MSBuild.1.6.3/build/Microsoft.Testing.Platform.MSBuild.targets'))" />
289297
<Error Condition="!Exists('../packages/MSTest.TestAdapter.3.8.3/build/net462/MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/MSTest.TestAdapter.3.8.3/build/net462/MSTest.TestAdapter.props'))" />
290298
<Error Condition="!Exists('../packages/MSTest.TestAdapter.3.8.3/build/net462/MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/MSTest.TestAdapter.3.8.3/build/net462/MSTest.TestAdapter.targets'))" />
299+
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.1.7.1/build/netstandard2.0/Microsoft.Testing.Platform.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.1.7.1/build/netstandard2.0/Microsoft.Testing.Platform.props'))" />
300+
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.1.7.1/build/netstandard2.0/Microsoft.Testing.Platform.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.1.7.1/build/netstandard2.0/Microsoft.Testing.Platform.targets'))" />
301+
<Error Condition="!Exists('../packages/Microsoft.Testing.Extensions.Telemetry.1.7.1/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Extensions.Telemetry.1.7.1/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props'))" />
302+
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.7.1/build/Microsoft.Testing.Platform.MSBuild.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.MSBuild.1.7.1/build/Microsoft.Testing.Platform.MSBuild.props'))" />
303+
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.7.1/build/Microsoft.Testing.Platform.MSBuild.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.MSBuild.1.7.1/build/Microsoft.Testing.Platform.MSBuild.targets'))" />
304+
<Error Condition="!Exists('../packages/MSTest.TestAdapter.3.9.1/build/net462/MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/MSTest.TestAdapter.3.9.1/build/net462/MSTest.TestAdapter.props'))" />
305+
<Error Condition="!Exists('../packages/MSTest.TestAdapter.3.9.1/build/net462/MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/MSTest.TestAdapter.3.9.1/build/net462/MSTest.TestAdapter.targets'))" />
291306
</Target>
292307
<Import Project="..\..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets')" />
293308
<Import Project="../packages/Microsoft.Testing.Platform.MSBuild.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets" Condition="Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets')" />
@@ -312,4 +327,7 @@
312327
<Import Project="../packages/Microsoft.Testing.Platform.1.6.3/build/netstandard2.0/Microsoft.Testing.Platform.targets" Condition="Exists('../packages/Microsoft.Testing.Platform.1.6.3/build/netstandard2.0/Microsoft.Testing.Platform.targets')" />
313328
<Import Project="../packages/Microsoft.Testing.Platform.MSBuild.1.6.3/build/Microsoft.Testing.Platform.MSBuild.targets" Condition="Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.6.3/build/Microsoft.Testing.Platform.MSBuild.targets')" />
314329
<Import Project="../packages/MSTest.TestAdapter.3.8.3/build/net462/MSTest.TestAdapter.targets" Condition="Exists('../packages/MSTest.TestAdapter.3.8.3/build/net462/MSTest.TestAdapter.targets')" />
330+
<Import Project="../packages/Microsoft.Testing.Platform.1.7.1/build/netstandard2.0/Microsoft.Testing.Platform.targets" Condition="Exists('../packages/Microsoft.Testing.Platform.1.7.1/build/netstandard2.0/Microsoft.Testing.Platform.targets')" />
331+
<Import Project="../packages/Microsoft.Testing.Platform.MSBuild.1.7.1/build/Microsoft.Testing.Platform.MSBuild.targets" Condition="Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.7.1/build/Microsoft.Testing.Platform.MSBuild.targets')" />
332+
<Import Project="../packages/MSTest.TestAdapter.3.9.1/build/net462/MSTest.TestAdapter.targets" Condition="Exists('../packages/MSTest.TestAdapter.3.9.1/build/net462/MSTest.TestAdapter.targets')" />
315333
</Project>

UnitTest/Test.Net/packages.config

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.ApplicationInsights" version="2.23.0" targetFramework="net48" />
4-
<package id="Microsoft.Testing.Extensions.Telemetry" version="1.6.3" targetFramework="net48" />
5-
<package id="Microsoft.Testing.Extensions.TrxReport.Abstractions" version="1.6.3" targetFramework="net48" />
6-
<package id="Microsoft.Testing.Extensions.VSTestBridge" version="1.6.3" targetFramework="net48" />
7-
<package id="Microsoft.Testing.Platform" version="1.6.3" targetFramework="net48" />
8-
<package id="Microsoft.Testing.Platform.MSBuild" version="1.6.3" targetFramework="net48" />
9-
<package id="Microsoft.TestPlatform.ObjectModel" version="17.13.0" targetFramework="net48" />
10-
<package id="MSTest.Analyzers" version="3.8.3" targetFramework="net48" developmentDependency="true" />
11-
<package id="MSTest.TestAdapter" version="3.8.3" targetFramework="net48" />
12-
<package id="MSTest.TestFramework" version="3.8.3" targetFramework="net48" />
4+
<package id="Microsoft.Testing.Extensions.Telemetry" version="1.7.1" targetFramework="net48" />
5+
<package id="Microsoft.Testing.Extensions.TrxReport.Abstractions" version="1.7.1" targetFramework="net48" />
6+
<package id="Microsoft.Testing.Extensions.VSTestBridge" version="1.7.1" targetFramework="net48" />
7+
<package id="Microsoft.Testing.Platform" version="1.7.1" targetFramework="net48" />
8+
<package id="Microsoft.Testing.Platform.MSBuild" version="1.7.1" targetFramework="net48" />
9+
<package id="Microsoft.TestPlatform.AdapterUtilities" version="17.14.0" targetFramework="net48" />
10+
<package id="Microsoft.TestPlatform.ObjectModel" version="17.14.0" targetFramework="net48" />
11+
<package id="MSTest.Analyzers" version="3.9.1" targetFramework="net48" developmentDependency="true" />
12+
<package id="MSTest.TestAdapter" version="3.9.1" targetFramework="net48" />
13+
<package id="MSTest.TestFramework" version="3.9.1" targetFramework="net48" />
1314
<package id="System.Buffers" version="4.6.1" targetFramework="net48" />
14-
<package id="System.Collections.Immutable" version="9.0.4" targetFramework="net48" />
15-
<package id="System.Diagnostics.DiagnosticSource" version="9.0.4" targetFramework="net48" />
15+
<package id="System.Collections.Immutable" version="9.0.5" targetFramework="net48" />
16+
<package id="System.Diagnostics.DiagnosticSource" version="9.0.5" targetFramework="net48" />
1617
<package id="System.Memory" version="4.6.3" targetFramework="net48" />
1718
<package id="System.Numerics.Vectors" version="4.6.1" targetFramework="net48" />
18-
<package id="System.Reflection.Metadata" version="9.0.4" targetFramework="net48" />
19+
<package id="System.Reflection.Metadata" version="9.0.5" targetFramework="net48" />
1920
<package id="System.Runtime.CompilerServices.Unsafe" version="6.1.2" targetFramework="net48" />
2021
<package id="System.Threading.Tasks.Extensions" version="4.6.3" targetFramework="net48" />
2122
</packages>

0 commit comments

Comments
 (0)