Skip to content

Commit

Permalink
Cleanup dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacabraham committed Jul 30, 2016
1 parent d04f972 commit d6f97e4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ source https://www.nuget.org/api/v2/

nuget FAKE
nuget Nuget.CommandLine
nuget FsUnit.xUnit
nuget Unquote
nuget WindowsAzure.Storage 6.0.0
nuget xunit 1.9.2
nuget xunit.runners 1.9.2
nuget xunit.runner.visualstudio version_in_path: true
nuget FSharp.Formatting
nuget Deedle
nuget FSharp.Charting
nuget FSharp.Core ~> 3
nuget Newtonsoft.Json 6.0.8

Expand Down
3 changes: 0 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ NUGET
remote: https://www.nuget.org/api/v2
Deedle (1.2.4)
FAKE (4.4.5)
FSharp.Charting (0.90.12)
FSharp.Compiler.Service (0.0.90)
FSharp.Core (3.1.2.5)
FSharp.Formatting (2.11)
FSharp.Compiler.Service (>= 0.0.90 <= 1.3)
FSharpVSPowerTools.Core (1.9)
FSharpVSPowerTools.Core (1.9)
FSharp.Compiler.Service (>= 0.0.90)
FsUnit.xUnit (1.3.1)
xunit (1.9.2)
Microsoft.Azure.KeyVault.Core (1.0) - framework: >= net40, wpv8.0
Microsoft.Data.Edm (5.6.4) - framework: >= net40, winv4.5, wpv8.0, wpav8.1
Microsoft.Data.OData (5.6.4) - framework: >= net40, winv4.5, wpv8.0, wpav8.1
Expand Down
17 changes: 0 additions & 17 deletions tests/IntegrationTests/IntegrationTests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,23 +172,6 @@
</ItemGroup>
</When>
</Choose>
<ItemGroup>
<Reference Include="FsUnit.CustomMatchers">
<HintPath>..\..\packages\FsUnit.xUnit\lib\FsUnit.CustomMatchers.dll</HintPath>
<Private>True</Private>
<Paket>True</Paket>
</Reference>
<Reference Include="FsUnit.Xunit">
<HintPath>..\..\packages\FsUnit.xUnit\lib\FsUnit.Xunit.dll</HintPath>
<Private>True</Private>
<Paket>True</Paket>
</Reference>
<Reference Include="NHamcrest">
<HintPath>..\..\packages\FsUnit.xUnit\lib\NHamcrest.dll</HintPath>
<Private>True</Private>
<Paket>True</Paket>
</Reference>
</ItemGroup>
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2' Or $(TargetFrameworkVersion) == 'v4.6.3')">
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion tests/IntegrationTests/paket.references
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FsUnit.xUnit
Unquote
WindowsAzure.Storage
xunit
Expand Down

0 comments on commit d6f97e4

Please sign in to comment.