|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\packages\xunit.core.2.1.0-beta4-build3106\build\portable-net45+netcore45+wp8+wpa81\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.1.0-beta4-build3106\build\portable-net45+netcore45+wp8+wpa81\xunit.core.props')" /> |
| 3 | + <Import Project="..\packages\xunit.core.2.1.0-beta4-build3109\build\portable-net45+netcore45+wp8+wpa81\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.1.0-beta4-build3109\build\portable-net45+netcore45+wp8+wpa81\xunit.core.props')" /> |
4 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 5 | <PropertyGroup> |
6 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
46 | 46 | <HintPath>..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath> |
47 | 47 | <Private>True</Private> |
48 | 48 | </Reference> |
49 | | - <Reference Include="xunit.assert, Version=2.1.0.3106, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
50 | | - <HintPath>..\packages\xunit.assert.2.1.0-beta4-build3106\lib\dotnet\xunit.assert.dll</HintPath> |
| 49 | + <Reference Include="xunit.assert, Version=2.1.0.3109, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 50 | + <HintPath>..\packages\xunit.assert.2.1.0-beta4-build3109\lib\dotnet\xunit.assert.dll</HintPath> |
51 | 51 | <Private>True</Private> |
52 | 52 | </Reference> |
53 | | - <Reference Include="xunit.core, Version=2.1.0.3106, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
54 | | - <HintPath>..\packages\xunit.extensibility.core.2.1.0-beta4-build3106\lib\dotnet\xunit.core.dll</HintPath> |
| 53 | + <Reference Include="xunit.core, Version=2.1.0.3109, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 54 | + <HintPath>..\packages\xunit.extensibility.core.2.1.0-beta4-build3109\lib\dotnet\xunit.core.dll</HintPath> |
55 | 55 | <Private>True</Private> |
56 | 56 | </Reference> |
57 | 57 | </ItemGroup> |
|
81 | 81 | <PropertyGroup> |
82 | 82 | <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> |
83 | 83 | </PropertyGroup> |
84 | | - <Error Condition="!Exists('..\packages\xunit.core.2.1.0-beta4-build3106\build\portable-net45+netcore45+wp8+wpa81\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.1.0-beta4-build3106\build\portable-net45+netcore45+wp8+wpa81\xunit.core.props'))" /> |
| 84 | + <Error Condition="!Exists('..\packages\xunit.core.2.1.0-beta4-build3109\build\portable-net45+netcore45+wp8+wpa81\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.1.0-beta4-build3109\build\portable-net45+netcore45+wp8+wpa81\xunit.core.props'))" /> |
85 | 85 | </Target> |
86 | 86 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
87 | 87 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments