|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="12.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 | + <Import Project="..\..\packages\xunit.runner.visualstudio.3.1.4\build\net472\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.3.1.4\build\net472\xunit.runner.visualstudio.props')" /> |
4 | 4 | <Import Project="..\..\packages\xunit.core.2.9.3\build\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.9.3\build\xunit.core.props')" /> |
5 | 5 | <PropertyGroup> |
6 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
90 | 90 | <Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
91 | 91 | <HintPath>..\..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath> |
92 | 92 | </Reference> |
93 | | - <Reference Include="System.CodeDom, Version=9.0.0.7, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
94 | | - <HintPath>..\..\packages\System.CodeDom.9.0.7\lib\net462\System.CodeDom.dll</HintPath> |
| 93 | + <Reference Include="System.CodeDom, Version=9.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 94 | + <HintPath>..\..\packages\System.CodeDom.9.0.8\lib\net462\System.CodeDom.dll</HintPath> |
95 | 95 | </Reference> |
96 | | - <Reference Include="System.Collections.Immutable, Version=9.0.0.7, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
97 | | - <HintPath>..\..\packages\System.Collections.Immutable.9.0.7\lib\net462\System.Collections.Immutable.dll</HintPath> |
| 96 | + <Reference Include="System.Collections.Immutable, Version=9.0.0.8, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 97 | + <HintPath>..\..\packages\System.Collections.Immutable.9.0.8\lib\net462\System.Collections.Immutable.dll</HintPath> |
98 | 98 | </Reference> |
99 | 99 | <Reference Include="System.Configuration" /> |
100 | 100 | <Reference Include="System.Core"> |
|
110 | 110 | <Reference Include="System.Numerics.Vectors, Version=4.1.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
111 | 111 | <HintPath>..\..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath> |
112 | 112 | </Reference> |
113 | | - <Reference Include="System.Reflection.Metadata, Version=9.0.0.7, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
114 | | - <HintPath>..\..\packages\System.Reflection.Metadata.9.0.7\lib\net462\System.Reflection.Metadata.dll</HintPath> |
| 113 | + <Reference Include="System.Reflection.Metadata, Version=9.0.0.8, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 114 | + <HintPath>..\..\packages\System.Reflection.Metadata.9.0.8\lib\net462\System.Reflection.Metadata.dll</HintPath> |
115 | 115 | </Reference> |
116 | 116 | <Reference Include="System.Runtime" /> |
117 | 117 | <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
266 | 266 | </Content> |
267 | 267 | </ItemGroup> |
268 | 268 | <ItemGroup> |
269 | | - <Analyzer Include="..\..\packages\xunit.analyzers.1.23.0\analyzers\dotnet\cs\xunit.analyzers.dll" /> |
270 | | - <Analyzer Include="..\..\packages\xunit.analyzers.1.23.0\analyzers\dotnet\cs\xunit.analyzers.fixes.dll" /> |
| 269 | + <Analyzer Include="..\..\packages\xunit.analyzers.1.24.0\analyzers\dotnet\cs\xunit.analyzers.dll" /> |
| 270 | + <Analyzer Include="..\..\packages\xunit.analyzers.1.24.0\analyzers\dotnet\cs\xunit.analyzers.fixes.dll" /> |
271 | 271 | </ItemGroup> |
272 | 272 | <Choose> |
273 | 273 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'"> |
|
298 | 298 | <Error Condition="!Exists('..\..\packages\xunit.core.2.9.3\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.9.3\build\xunit.core.targets'))" /> |
299 | 299 | <Error Condition="!Exists('..\..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets'))" /> |
300 | 300 | <Error Condition="!Exists('..\..\packages\EmptyFiles.8.11.0\build\EmptyFiles.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EmptyFiles.8.11.0\build\EmptyFiles.targets'))" /> |
301 | | - <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'))" /> |
| 301 | + <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.3.1.4\build\net472\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.3.1.4\build\net472\xunit.runner.visualstudio.props'))" /> |
302 | 302 | </Target> |
303 | 303 | <Import Project="..\..\packages\xunit.core.2.9.3\build\xunit.core.targets" Condition="Exists('..\..\packages\xunit.core.2.9.3\build\xunit.core.targets')" /> |
304 | 304 | <Import Project="..\..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets" Condition="Exists('..\..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" /> |
|
0 commit comments