Skip to content

Commit

Permalink
Update to Beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Jun 30, 2015
1 parent 2d3acc3 commit 1f9d6af
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion xunit.runner.visualstudio.testadapter/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="Microsoft.VisualStudio.TestPlatform.ObjectModel" version="0.0.4" targetFramework="net35" userInstalled="true" />
<package id="xunit.abstractions" version="2.0.0" targetFramework="net35" userInstalled="true" />
<package id="xunit.runner.utility" version="2.1.0-beta3-build3008" targetFramework="net35" userInstalled="true" />
<package id="xunit.runner.utility" version="2.1.0-beta3-build3029" targetFramework="net35" userInstalled="true" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,12 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
</Reference>
<Reference Include="xunit.runner.utility.desktop, Version=2.1.0.3008, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<HintPath>..\packages\xunit.runner.utility.2.1.0-beta3-build3008\lib\net35\xunit.runner.utility.desktop.dll</HintPath>
<Reference Include="xunit.runner.utility.desktop, Version=2.1.0.3029, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<HintPath>..\packages\xunit.runner.utility.2.1.0-beta3-build3029\lib\net35\xunit.runner.utility.desktop.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion xunit.runner.visualstudio.win81/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="Microsoft.VisualStudio.TestPlatform.ObjectModel" version="0.0.4" targetFramework="win81" userInstalled="true" />
<package id="xunit.abstractions" version="2.0.0" targetFramework="win81" userInstalled="true" />
<package id="xunit.runner.utility" version="2.1.0-beta3-build3008" targetFramework="win81" userInstalled="true" />
<package id="xunit.runner.utility" version="2.1.0-beta3-build3029" targetFramework="win81" userInstalled="true" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<Private>False</Private>
<HintPath>..\packages\Microsoft.VisualStudio.TestPlatform.ObjectModel.0.0.4\lib\net35\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
</Reference>
<Reference Include="xunit.runner.utility.universal, Version=2.1.0.3008, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<HintPath>..\packages\xunit.runner.utility.2.1.0-beta3-build3008\lib\portable-wpa81+win81\xunit.runner.utility.universal.dll</HintPath>
<Reference Include="xunit.runner.utility.universal, Version=2.1.0.3029, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<HintPath>..\packages\xunit.runner.utility.2.1.0-beta3-build3029\lib\portable-wpa81+win81\xunit.runner.utility.universal.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion xunit.runner.visualstudio.wpa81/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="xunit.abstractions" version="2.0.0" targetFramework="wpa81" userInstalled="true" />
<package id="xunit.runner.utility" version="2.1.0-beta3-build3008" targetFramework="wpa81" userInstalled="true" />
<package id="xunit.runner.utility" version="2.1.0-beta3-build3029" targetFramework="wpa81" userInstalled="true" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\xunit.abstractions.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.abstractions.dll</HintPath>
</Reference>
<Reference Include="xunit.runner.utility.universal, Version=2.1.0.3008, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<HintPath>..\packages\xunit.runner.utility.2.1.0-beta3-build3008\lib\portable-wpa81+win81\xunit.runner.utility.universal.dll</HintPath>
<Reference Include="xunit.runner.utility.universal, Version=2.1.0.3029, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<HintPath>..\packages\xunit.runner.utility.2.1.0-beta3-build3029\lib\portable-wpa81+win81\xunit.runner.utility.universal.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down

0 comments on commit 1f9d6af

Please sign in to comment.