|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
| - <Import Project="..\packages\xunit.core.2.3.1\build\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.3.1\build\xunit.core.props')" /> |
| 3 | + <Import Project="..\packages\xunit.core.2.4.0\build\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.4.0\build\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>
|
|
40 | 40 | <Reference Include="System.Runtime" />
|
41 | 41 | <Reference Include="System.Xml" />
|
42 | 42 | <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
|
43 |
| - <HintPath>..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath> |
| 43 | + <HintPath>..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll</HintPath> |
| 44 | + <Private>True</Private> |
44 | 45 | </Reference>
|
45 |
| - <Reference Include="xunit.assert, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
46 |
| - <HintPath>..\packages\xunit.assert.2.3.1\lib\netstandard1.1\xunit.assert.dll</HintPath> |
| 46 | + <Reference Include="xunit.assert, Version=2.4.0.4049, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
| 47 | + <HintPath>..\packages\xunit.assert.2.4.0\lib\netstandard1.1\xunit.assert.dll</HintPath> |
| 48 | + <Private>True</Private> |
47 | 49 | </Reference>
|
48 |
| - <Reference Include="xunit.core, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
49 |
| - <HintPath>..\packages\xunit.extensibility.core.2.3.1\lib\netstandard1.1\xunit.core.dll</HintPath> |
| 50 | + <Reference Include="xunit.core, Version=2.4.0.4049, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
| 51 | + <HintPath>..\packages\xunit.extensibility.core.2.4.0\lib\net452\xunit.core.dll</HintPath> |
| 52 | + <Private>True</Private> |
50 | 53 | </Reference>
|
51 |
| - <Reference Include="xunit.execution.desktop, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
52 |
| - <HintPath>..\packages\xunit.extensibility.execution.2.3.1\lib\net452\xunit.execution.desktop.dll</HintPath> |
| 54 | + <Reference Include="xunit.execution.desktop, Version=2.4.0.4049, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
| 55 | + <HintPath>..\packages\xunit.extensibility.execution.2.4.0\lib\net452\xunit.execution.desktop.dll</HintPath> |
| 56 | + <Private>True</Private> |
53 | 57 | </Reference>
|
54 | 58 | </ItemGroup>
|
55 | 59 | <ItemGroup>
|
|
80 | 84 | <ItemGroup>
|
81 | 85 | <None Include="packages.config" />
|
82 | 86 | </ItemGroup>
|
| 87 | + <ItemGroup> |
| 88 | + <Analyzer Include="..\packages\xunit.analyzers.0.10.0\analyzers\dotnet\cs\xunit.analyzers.dll" /> |
| 89 | + </ItemGroup> |
83 | 90 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
84 |
| - <Import Project="..\packages\xunit.core.2.3.1\build\xunit.core.targets" Condition="Exists('..\packages\xunit.core.2.3.1\build\xunit.core.targets')" /> |
| 91 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 92 | + <PropertyGroup> |
| 93 | + <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> |
| 94 | + </PropertyGroup> |
| 95 | + <Error Condition="!Exists('..\packages\xunit.core.2.4.0\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.4.0\build\xunit.core.props'))" /> |
| 96 | + <Error Condition="!Exists('..\packages\xunit.core.2.4.0\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.4.0\build\xunit.core.targets'))" /> |
| 97 | + </Target> |
| 98 | + <Import Project="..\packages\xunit.core.2.4.0\build\xunit.core.targets" Condition="Exists('..\packages\xunit.core.2.4.0\build\xunit.core.targets')" /> |
85 | 99 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
86 | 100 | Other similar extension points exist, see Microsoft.Common.targets.
|
87 | 101 | <Target Name="BeforeBuild">
|
|
0 commit comments