11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\packages\MSTest.TestAdapter.3.2.2 \build\net462\MSTest.TestAdapter. props" Condition =" Exists('..\packages\MSTest.TestAdapter.3.2.2 \build\net462\MSTest.TestAdapter .props')" />
3+ <Import Project =" ..\packages\Microsoft.Testing.Platform.1.2.1 \build\netstandard2.0\Microsoft.Testing.Platform. props" Condition =" Exists('..\packages\Microsoft.Testing.Platform.1.2.1 \build\netstandard2.0\Microsoft.Testing.Platform .props')" />
44 <PropertyGroup >
55 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
66 <GenerateBindingRedirectsOutputType >true</GenerateBindingRedirectsOutputType >
4242 <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
4343 </PropertyGroup >
4444 <ItemGroup >
45+ <Reference Include =" Microsoft.Testing.Platform, Version=1.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
46+ <HintPath >..\packages\Microsoft.Testing.Platform.1.2.1\lib\netstandard2.0\Microsoft.Testing.Platform.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
49+ <HintPath >..\packages\Microsoft.TestPlatform.ObjectModel.17.10.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath >
50+ </Reference >
4551 <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
46- <HintPath >..\packages\MSTest.TestFramework.3.2.2 \lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
52+ <HintPath >..\packages\MSTest.TestFramework.3.4.3 \lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
4753 </Reference >
4854 <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
49- <HintPath >..\packages\MSTest.TestFramework.3.2.2 \lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
55+ <HintPath >..\packages\MSTest.TestFramework.3.4.3 \lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
5056 </Reference >
5157 <Reference Include =" System" />
5258 <Reference Include =" System.Xml" />
7379 <PropertyGroup >
7480 <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
7581 </PropertyGroup >
76- <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.3.2.2\build\net462\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.3.2.2\build\net462\MSTest.TestAdapter.props'))" />
77- <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.3.2.2\build\net462\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.3.2.2\build\net462\MSTest.TestAdapter.targets'))" />
7882 </Target >
79- <Import Project =" ..\packages\MSTest.TestAdapter.3.2.2 \build\net462\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.3.2.2 \build\net462\MSTest.TestAdapter.targets')" />
83+ <Import Project =" ..\packages\MSTest.TestAdapter.3.4.3 \build\net462\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.3.4.3 \build\net462\MSTest.TestAdapter.targets')" />
8084</Project >
0 commit comments