-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
paket: performance by cloudRoutine and 0x53A
fixes #2289
- Loading branch information
Showing
5 changed files
with
208 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
integrationtests/scenarios/i002289-resolve-nunit-timeout/before/paket.dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
redirects: on | ||
framework: net46 | ||
|
||
source https://api.nuget.org/v3/index.json | ||
|
||
nuget Akka.Persistence.SqlServer | ||
nuget SQLProvider | ||
nuget Microsoft.FSharpLu.Json | ||
nuget Microsoft.Net.Http | ||
nuget Microsoft.AspNet.WebApi.Client | ||
nuget FSharp.Core redirects: force | ||
nuget FSharp.Configuration | ||
nuget FSharp.Formatting | ||
nuget FSharp.Data | ||
nuget FSharp.Data.TypeProviders | ||
nuget Newtonsoft.Json | ||
nuget FAKE | ||
nuget SourceLink.Fake | ||
nuget Akka | ||
nuget Akka.FSharp | ||
nuget Akka.Persistence | ||
nuget Akka.Persistence.FSharp | ||
nuget Akka.Persistence.Sql.Common | ||
nuget Akka.Persistence.Query | ||
nuget Akka.Persistence.Query.Sql | ||
nuget Akka.Logger.Serilog | ||
nuget Akka.Monitoring | ||
nuget Akka.Monitoring.StatsD | ||
nuget Akka.TestKit.NUnit | ||
nuget Akka.TestKit.Xunit2 | ||
nuget Akka.Serialization.Wire | ||
nuget FsPickler | ||
nuget Serilog | ||
nuget Serilog.Sinks.ElasticSearch | ||
nuget Nest ~> 5 | ||
nuget RabbitMQ.Client | ||
nuget SSH.NET | ||
nuget Topshelf | ||
nuget Topshelf.Serilog | ||
nuget NUnit ~> 2 | ||
nuget NUnit.Runners | ||
nuget NUnitTestAdapter | ||
nuget TickSpec.NUnit content: none | ||
nuget FsCheck | ||
nuget FsCheck.Nunit | ||
nuget System.Collections.Immutable | ||
nuget Suave | ||
nuget OctopusTools | ||
nuget Suave.Swagger | ||
nuget Quartz | ||
nuget Akka.Quartz.Actor | ||
nuget Oracle.ManagedDataAccess |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.