Skip to content

Commit 7c2c0a3

Browse files
authored
Merge pull request #81 from tushev/dependabot/nuget/MSTest.TestAdapter-3.3.1
Bump MSTest.TestAdapter from 3.1.1 to 3.3.1
2 parents 0307d77 + 3afa6d4 commit 7c2c0a3

2 files changed

Lines changed: 91 additions & 1 deletion

File tree

tests/AJBasicUnitTests/AJBasicUnitTests.csproj

Lines changed: 76 additions & 0 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.3.1/build/net462/MSTest.TestAdapter.props" Condition="Exists('../packages/MSTest.TestAdapter.3.3.1/build/net462/MSTest.TestAdapter.props')" />
4+
<Import Project="../packages/Microsoft.Testing.Extensions.Telemetry.1.1.0/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props" Condition="Exists('../packages/Microsoft.Testing.Extensions.Telemetry.1.1.0/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props')" />
5+
<Import Project="../packages/Microsoft.Testing.Platform.MSBuild.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props" Condition="Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props')" />
6+
<Import Project="../packages/Microsoft.Testing.Platform.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.props" Condition="Exists('../packages/Microsoft.Testing.Platform.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.props')" />
37
<Import Project="..\..\src\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\..\src\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props')" />
48
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
59
<PropertyGroup>
@@ -57,6 +61,42 @@
5761
<ErrorReport>prompt</ErrorReport>
5862
</PropertyGroup>
5963
<ItemGroup>
64+
<Reference Include="Microsoft.ApplicationInsights, Version=2.22.0.997, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
65+
<HintPath>..\packages\Microsoft.ApplicationInsights.2.22.0\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
66+
<Private>True</Private>
67+
</Reference>
68+
<Reference Include="Microsoft.Testing.Extensions.Telemetry, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
69+
<HintPath>..\packages\Microsoft.Testing.Extensions.Telemetry.1.1.0\lib\netstandard2.0\Microsoft.Testing.Extensions.Telemetry.dll</HintPath>
70+
<Private>True</Private>
71+
</Reference>
72+
<Reference Include="Microsoft.Testing.Extensions.TrxReport.Abstractions, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
73+
<HintPath>..\packages\Microsoft.Testing.Extensions.TrxReport.Abstractions.1.1.0\lib\netstandard2.0\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll</HintPath>
74+
<Private>True</Private>
75+
</Reference>
76+
<Reference Include="Microsoft.Testing.Extensions.VSTestBridge, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
77+
<HintPath>..\packages\Microsoft.Testing.Extensions.VSTestBridge.1.1.0\lib\netstandard2.0\Microsoft.Testing.Extensions.VSTestBridge.dll</HintPath>
78+
<Private>True</Private>
79+
</Reference>
80+
<Reference Include="Microsoft.Testing.Platform, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
81+
<HintPath>..\packages\Microsoft.Testing.Platform.1.1.0\lib\netstandard2.0\Microsoft.Testing.Platform.dll</HintPath>
82+
<Private>True</Private>
83+
</Reference>
84+
<Reference Include="Microsoft.Testing.Platform.MSBuild, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
85+
<HintPath>..\packages\Microsoft.Testing.Platform.MSBuild.1.1.0\lib\netstandard2.0\Microsoft.Testing.Platform.MSBuild.dll</HintPath>
86+
<Private>True</Private>
87+
</Reference>
88+
<Reference Include="Microsoft.TestPlatform.CoreUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
89+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.9.0\lib\net462\Microsoft.TestPlatform.CoreUtilities.dll</HintPath>
90+
<Private>True</Private>
91+
</Reference>
92+
<Reference Include="Microsoft.TestPlatform.PlatformAbstractions, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
93+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.9.0\lib\net462\Microsoft.TestPlatform.PlatformAbstractions.dll</HintPath>
94+
<Private>True</Private>
95+
</Reference>
96+
<Reference Include="Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
97+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.9.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
98+
<Private>True</Private>
99+
</Reference>
60100
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
61101
<HintPath>..\packages\MSTest.TestFramework.3.3.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
62102
<Private>True</Private>
@@ -66,7 +106,35 @@
66106
<Private>True</Private>
67107
</Reference>
68108
<Reference Include="System" />
109+
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
110+
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
111+
<Private>True</Private>
112+
</Reference>
113+
<Reference Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
114+
<HintPath>..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
115+
<Private>True</Private>
116+
</Reference>
69117
<Reference Include="System.Core" />
118+
<Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
119+
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
120+
<Private>True</Private>
121+
</Reference>
122+
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
123+
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
124+
<Private>True</Private>
125+
</Reference>
126+
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
127+
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
128+
<Private>True</Private>
129+
</Reference>
130+
<Reference Include="System.Reflection.Metadata, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
131+
<HintPath>..\packages\System.Reflection.Metadata.8.0.0\lib\net462\System.Reflection.Metadata.dll</HintPath>
132+
<Private>True</Private>
133+
</Reference>
134+
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
135+
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
136+
<Private>True</Private>
137+
</Reference>
70138
</ItemGroup>
71139
<ItemGroup>
72140
<Compile Include="AdoptiumReleaseVersionUnitTest.cs" />
@@ -89,6 +157,14 @@
89157
</PropertyGroup>
90158
<Error Condition="!Exists('..\..\src\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\src\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props'))" />
91159
<Error Condition="!Exists('..\..\src\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\src\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets'))" />
160+
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.props'))" />
161+
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.MSBuild.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props'))" />
162+
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.MSBuild.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets'))" />
163+
<Error Condition="!Exists('../packages/Microsoft.Testing.Extensions.Telemetry.1.1.0/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Extensions.Telemetry.1.1.0/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props'))" />
164+
<Error Condition="!Exists('../packages/MSTest.TestAdapter.3.3.1/build/net462/MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/MSTest.TestAdapter.3.3.1/build/net462/MSTest.TestAdapter.props'))" />
165+
<Error Condition="!Exists('../packages/MSTest.TestAdapter.3.3.1/build/net462/MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/MSTest.TestAdapter.3.3.1/build/net462/MSTest.TestAdapter.targets'))" />
92166
</Target>
93167
<Import Project="..\..\src\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\..\src\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets')" />
168+
<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')" />
169+
<Import Project="../packages/MSTest.TestAdapter.3.3.1/build/net462/MSTest.TestAdapter.targets" Condition="Exists('../packages/MSTest.TestAdapter.3.3.1/build/net462/MSTest.TestAdapter.targets')" />
94170
</Project>
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="MSTest.TestAdapter" version="3.1.1" targetFramework="net472" />
3+
<package id="Microsoft.ApplicationInsights" version="2.22.0" targetFramework="net472" />
4+
<package id="Microsoft.Testing.Extensions.Telemetry" version="1.1.0" targetFramework="net472" />
5+
<package id="Microsoft.Testing.Extensions.TrxReport.Abstractions" version="1.1.0" targetFramework="net472" />
6+
<package id="Microsoft.Testing.Extensions.VSTestBridge" version="1.1.0" targetFramework="net472" />
7+
<package id="Microsoft.Testing.Platform" version="1.1.0" targetFramework="net472" />
8+
<package id="Microsoft.Testing.Platform.MSBuild" version="1.1.0" targetFramework="net472" />
9+
<package id="Microsoft.TestPlatform.ObjectModel" version="17.9.0" targetFramework="net472" />
10+
<package id="MSTest.TestAdapter" version="3.3.1" targetFramework="net472" />
411
<package id="MSTest.TestFramework" version="3.3.1" targetFramework="net472" />
12+
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
13+
<package id="System.Collections.Immutable" version="8.0.0" targetFramework="net472" />
14+
<package id="System.Diagnostics.DiagnosticSource" version="8.0.1" targetFramework="net472" />
15+
<package id="System.Memory" version="4.5.5" targetFramework="net472" />
16+
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
17+
<package id="System.Reflection.Metadata" version="8.0.0" targetFramework="net472" />
18+
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net472" />
519
</packages>

0 commit comments

Comments
 (0)