Skip to content

Commit 2c62aae

Browse files
committed
Downgraded xunit to 1.9
1 parent a4f609d commit 2c62aae

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

src/ResourceManager/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
<SpecificVersion>False</SpecificVersion>
121121
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
122122
</Reference>
123-
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
124123
<Reference Include="Microsoft.WindowsAzure.Configuration">
125124
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.2.0.3\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath>
126125
</Reference>
@@ -168,16 +167,12 @@
168167
<Reference Include="Microsoft.CSharp" />
169168
<Reference Include="System.Data" />
170169
<Reference Include="System.Xml" />
171-
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
172-
<HintPath>..\..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
170+
<Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
171+
<HintPath>..\..\..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
173172
<Private>True</Private>
174173
</Reference>
175-
<Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
176-
<HintPath>..\..\..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
177-
<Private>True</Private>
178-
</Reference>
179-
<Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
180-
<HintPath>..\..\..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
174+
<Reference Include="xunit.extensions, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
175+
<HintPath>..\..\..\packages\xunit.extensions.1.9.2\lib\net20\xunit.extensions.dll</HintPath>
181176
<Private>True</Private>
182177
</Reference>
183178
</ItemGroup>
@@ -224,7 +219,6 @@
224219
<PropertyGroup>
225220
<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>
226221
</PropertyGroup>
227-
<Error Condition="!Exists('..\..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
228222
<Error Condition="!Exists('..\..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props'))" />
229223
</Target>
230224
<Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />

src/ResourceManager/Profile/Commands.Profile.Test/packages.config

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2727
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />
2828
<package id="WindowsAzure.Storage" version="5.0.0" targetFramework="net45" />
29-
<package id="xunit" version="2.0.0" targetFramework="net45" />
30-
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
31-
<package id="xunit.assert" version="2.0.0" targetFramework="net45" />
32-
<package id="xunit.core" version="2.0.0" targetFramework="net45" />
33-
<package id="xunit.extensibility.core" version="2.0.0" targetFramework="net45" />
29+
<package id="xunit" version="1.9.2" targetFramework="net45" />
30+
<package id="xunit.extensions" version="1.9.2" targetFramework="net45" />
3431
<package id="xunit.runner.visualstudio" version="2.0.1" targetFramework="net45" />
3532
</packages>

0 commit comments

Comments
 (0)