Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
xunit 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-a-morozov committed May 5, 2015
1 parent bce3428 commit 8e68296
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/FSharp.Desktop.UI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<owners>@authors@</owners>
<licenseUrl>http://github.com/fsprojects/FSharp.Desktop.UI/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>http://fsprojects.github.com/FSharp.Desktop.UI</projectUrl>
<iconUrl>https://raw.github.com/fsharp/FSharp.Desktop.UI/master/nuget/logo.png</iconUrl>
<iconUrl>http://raw.githubusercontent.com/fsprojects/FSharp.Desktop.UI/master/docs/files/img/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>@summary@</summary>
<description>@description@</description>
Expand Down
4 changes: 4 additions & 0 deletions tests/FSharp.Desktop.UI.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
<HintPath>..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="xunit.extensions">
<HintPath>..\packages\xunit.extensions.1.9.2\lib\net20\xunit.extensions.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\FSharp.Desktop.UI.fsproj">
Expand Down
1 change: 1 addition & 0 deletions tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
<package id="Rx-Main" version="2.2.5" targetFramework="net45" />
<package id="Rx-PlatformServices" version="2.2.5" targetFramework="net45" />
<package id="xunit" version="1.9.2" targetFramework="net45" />
<package id="xunit.extensions" version="1.9.2" targetFramework="net45" />
</packages>

0 comments on commit 8e68296

Please sign in to comment.