11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\packages\xunit.runner.visualstudio.2.0.0-rc1-build1030 \build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\packages\xunit.runner.visualstudio.2.0.0-rc1-build1030 \build\net20\xunit.runner.visualstudio.props')" />
3+ <Import Project =" ..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" />
44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
66 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
3535 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
3636 </PropertyGroup >
3737 <ItemGroup >
38- <Reference Include =" Moq, Version=4.2.1409.1722, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
39- <SpecificVersion >False</SpecificVersion >
40- <HintPath >..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath >
38+ <Reference Include =" Moq, Version=4.2.1507.118, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
39+ <HintPath >..\packages\Moq.4.2.1507.0118\lib\net40\Moq.dll</HintPath >
4140 </Reference >
4241 <Reference Include =" System" />
4342 <Reference Include =" System.Core" />
158157 <PropertyGroup >
159158 <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
160159 </PropertyGroup >
161- <Error Condition =" !Exists('..\packages\xunit.runner.visualstudio.2.0.0-rc1-build1030 \build\net20\xunit.runner.visualstudio.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.0.0-rc1-build1030 \build\net20\xunit.runner.visualstudio.props'))" />
160+ <Error Condition =" !Exists('..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props'))" />
162161 </Target >
163162 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
164163 Other similar extension points exist, see Microsoft.Common.targets.
167166 <Target Name="AfterBuild">
168167 </Target>
169168 -->
170- </Project >
169+ </Project >
0 commit comments