|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="../packages/xunit.runner.visualstudio.3.1.3/build/net472/xunit.runner.visualstudio.props" Condition="Exists('../packages/xunit.runner.visualstudio.3.1.3/build/net472/xunit.runner.visualstudio.props')" /> |
3 | 4 | <Import Project="../packages/xunit.runner.visualstudio.3.1.1/build/net472/xunit.runner.visualstudio.props" Condition="Exists('../packages/xunit.runner.visualstudio.3.1.1/build/net472/xunit.runner.visualstudio.props')" /> |
4 | 5 | <Import Project="../packages/xunit.runner.visualstudio.3.1.0/build/net472/xunit.runner.visualstudio.props" Condition="Exists('../packages/xunit.runner.visualstudio.3.1.0/build/net472/xunit.runner.visualstudio.props')" /> |
5 | 6 | <Import Project="../packages/xunit.runner.visualstudio.3.0.2/build/net472/xunit.runner.visualstudio.props" Condition="Exists('../packages/xunit.runner.visualstudio.3.0.2/build/net472/xunit.runner.visualstudio.props')" /> |
|
87 | 88 | <HintPath>..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath> |
88 | 89 | <Private>True</Private> |
89 | 90 | </Reference> |
90 | | - <Reference Include="System.Collections.Immutable, Version=9.0.0.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
91 | | - <HintPath>..\packages\System.Collections.Immutable.9.0.6\lib\net462\System.Collections.Immutable.dll</HintPath> |
| 91 | + <Reference Include="System.Collections.Immutable, Version=9.0.0.7, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 92 | + <HintPath>..\packages\System.Collections.Immutable.9.0.7\lib\net462\System.Collections.Immutable.dll</HintPath> |
92 | 93 | <Private>True</Private> |
93 | 94 | </Reference> |
94 | 95 | <Reference Include="System.Data" /> |
|
100 | 101 | <HintPath>..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath> |
101 | 102 | <Private>True</Private> |
102 | 103 | </Reference> |
103 | | - <Reference Include="System.Reflection.Metadata, Version=9.0.0.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
104 | | - <HintPath>..\packages\System.Reflection.Metadata.9.0.6\lib\net462\System.Reflection.Metadata.dll</HintPath> |
| 104 | + <Reference Include="System.Reflection.Metadata, Version=9.0.0.7, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 105 | + <HintPath>..\packages\System.Reflection.Metadata.9.0.7\lib\net462\System.Reflection.Metadata.dll</HintPath> |
105 | 106 | <Private>True</Private> |
106 | 107 | </Reference> |
107 | 108 | <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
229 | 230 | <Error Condition="!Exists('../packages/xunit.runner.visualstudio.3.0.2/build/net472/xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/xunit.runner.visualstudio.3.0.2/build/net472/xunit.runner.visualstudio.props'))" /> |
230 | 231 | <Error Condition="!Exists('../packages/xunit.runner.visualstudio.3.1.0/build/net472/xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/xunit.runner.visualstudio.3.1.0/build/net472/xunit.runner.visualstudio.props'))" /> |
231 | 232 | <Error Condition="!Exists('../packages/xunit.runner.visualstudio.3.1.1/build/net472/xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/xunit.runner.visualstudio.3.1.1/build/net472/xunit.runner.visualstudio.props'))" /> |
| 233 | + <Error Condition="!Exists('../packages/xunit.runner.visualstudio.3.1.3/build/net472/xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/xunit.runner.visualstudio.3.1.3/build/net472/xunit.runner.visualstudio.props'))" /> |
232 | 234 | </Target> |
233 | 235 | <Import Project="..\packages\xunit.core.2.4.1\build\xunit.core.targets" Condition="Exists('..\packages\xunit.core.2.4.1\build\xunit.core.targets')" /> |
234 | 236 | <Import Project="../packages/xunit.core.2.8.0/build/xunit.core.targets" Condition="Exists('../packages/xunit.core.2.8.0/build/xunit.core.targets')" /> |
|
0 commit comments