Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 900f4cf

Browse files
committed
Update to xunit 2.1.0
1 parent 6c21337 commit 900f4cf

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

AsyncUsageAnalyzers/AsyncUsageAnalyzers.Test/AsyncUsageAnalyzers.Test.csproj

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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.1.0-beta3-build1069\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.1.0-beta3-build1069\build\net20\xunit.runner.visualstudio.props')" />
4-
<Import Project="..\..\packages\xunit.core.2.1.0-beta3-build3029\build\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.1.0-beta3-build3029\build\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
3+
<Import Project="..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
54
<PropertyGroup>
65
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
76
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -104,12 +103,16 @@
104103
<HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
105104
<Private>True</Private>
106105
</Reference>
107-
<Reference Include="xunit.assert, Version=2.1.0.3029, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
108-
<HintPath>..\..\packages\xunit.assert.2.1.0-beta3-build3029\lib\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
106+
<Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
107+
<HintPath>..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath>
109108
<Private>True</Private>
110109
</Reference>
111-
<Reference Include="xunit.core, Version=2.1.0.3029, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
112-
<HintPath>..\..\packages\xunit.extensibility.core.2.1.0-beta3-build3029\lib\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
110+
<Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
111+
<HintPath>..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath>
112+
<Private>True</Private>
113+
</Reference>
114+
<Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
115+
<HintPath>..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
113116
<Private>True</Private>
114117
</Reference>
115118
</ItemGroup>
@@ -147,8 +150,7 @@
147150
<PropertyGroup>
148151
<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>
149152
</PropertyGroup>
150-
<Error Condition="!Exists('..\..\packages\xunit.core.2.1.0-beta3-build3029\build\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.1.0-beta3-build3029\build\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
151-
<Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.1.0-beta3-build1069\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.1.0-beta3-build1069\build\net20\xunit.runner.visualstudio.props'))" />
153+
<Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
152154
</Target>
153155
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
154156
Other similar extension points exist, see Microsoft.Common.targets.

AsyncUsageAnalyzers/AsyncUsageAnalyzers.Test/packages.config

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
<package id="Microsoft.Composition" version="1.0.27" targetFramework="net452" />
99
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net452" />
1010
<package id="System.Reflection.Metadata" version="1.0.21" targetFramework="net452" />
11-
<package id="xunit" version="2.1.0-beta3-build3029" targetFramework="net452" />
11+
<package id="xunit" version="2.1.0" targetFramework="net452" />
1212
<package id="xunit.abstractions" version="2.0.0" targetFramework="net452" />
13-
<package id="xunit.assert" version="2.1.0-beta3-build3029" targetFramework="net452" />
14-
<package id="xunit.core" version="2.1.0-beta3-build3029" targetFramework="net452" />
15-
<package id="xunit.extensibility.core" version="2.1.0-beta3-build3029" targetFramework="net452" />
16-
<package id="xunit.runner.visualstudio" version="2.1.0-beta3-build1069" targetFramework="net452" />
13+
<package id="xunit.assert" version="2.1.0" targetFramework="net452" />
14+
<package id="xunit.core" version="2.1.0" targetFramework="net452" />
15+
<package id="xunit.extensibility.core" version="2.1.0" targetFramework="net452" />
16+
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net452" />
17+
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net452" />
1718
</packages>

0 commit comments

Comments
 (0)