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\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props" Condition =" Exists('..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props')" />
34 <Import Project =" ..\packages\NUnit.3.12.0\build\NUnit.props" Condition =" Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" />
4- <Import Project =" ..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props" Condition =" Exists('..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props')" />
55 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
66 <PropertyGroup >
77 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
3535 <WarningLevel >4</WarningLevel >
3636 </PropertyGroup >
3737 <ItemGroup >
38- <Reference Include =" FluentAssertions, Version=5.7 .0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL" >
39- <HintPath >..\packages\FluentAssertions.5.7 .0\lib\net47\FluentAssertions.dll</HintPath >
38+ <Reference Include =" FluentAssertions, Version=5.9 .0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL" >
39+ <HintPath >..\packages\FluentAssertions.5.9 .0\lib\net47\FluentAssertions.dll</HintPath >
4040 </Reference >
4141 <Reference Include =" JetBrains.Annotations, Version=2019.1.3.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL" >
4242 <HintPath >..\packages\JetBrains.Annotations.2019.1.3\lib\net20\JetBrains.Annotations.dll</HintPath >
4343 </Reference >
44- <Reference Include =" Namotion.Reflection, Version=1.0.5 .0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL" >
45- <HintPath >..\packages\Namotion.Reflection.1.0.5 \lib\net45\Namotion.Reflection.dll</HintPath >
44+ <Reference Include =" Namotion.Reflection, Version=1.0.6 .0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL" >
45+ <HintPath >..\packages\Namotion.Reflection.1.0.6 \lib\net45\Namotion.Reflection.dll</HintPath >
4646 </Reference >
4747 <Reference Include =" Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
4848 <HintPath >..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
4949 </Reference >
50- <Reference Include =" NJsonSchema, Version=10.0.21 .0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL" >
51- <HintPath >..\packages\NJsonSchema.10.0.21 \lib\net45\NJsonSchema.dll</HintPath >
50+ <Reference Include =" NJsonSchema, Version=10.0.23 .0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL" >
51+ <HintPath >..\packages\NJsonSchema.10.0.23 \lib\net45\NJsonSchema.dll</HintPath >
5252 </Reference >
5353 <Reference Include =" nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
5454 <HintPath >..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath >
100100 <PropertyGroup >
101101 <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 >
102102 </PropertyGroup >
103- <Error Condition =" !Exists('..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props'))" />
104103 <Error Condition =" !Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.12.0\build\NUnit.props'))" />
104+ <Error Condition =" !Exists('..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props'))" />
105105 </Target >
106106</Project >
0 commit comments