From bd922429b1663a5df509bbc29337c94762332fa7 Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Wed, 11 Oct 2017 00:25:18 +0100 Subject: [PATCH] fix nuget dependencies --- RELEASE_NOTES.md | 3 + paket.dependencies | 8 +- paket.lock | 168 +----------------- src/Thespian.Cluster/AssemblyInfo.fs | 8 +- src/Thespian.Cluster/Thespian.Cluster.fsproj | 132 +------------- src/Thespian.Cluster/app.config | 2 +- src/Thespian/AssemblyInfo.fs | 8 +- src/Thespian/Thespian.fsproj | 130 +------------- src/Thespian/app.config | 8 +- .../Thespian.Cluster.Tests.fsproj | 134 +------------- tests/Thespian.Cluster.Tests/app.config | 2 +- tests/Thespian.TestCluster/App.config | 2 +- .../Thespian.TestCluster.fsproj | 130 +------------- tests/Thespian.Tests/Thespian.Tests.fsproj | 134 +------------- tests/Thespian.Tests/app.config | 5 - 15 files changed, 43 insertions(+), 831 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ae8dca0..1ce320b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 0.1.16 Oct 10, 2017 +* Update FsPickler dependency. + ### 0.1.15 Oct 10, 2017 * Update FsPickler dependency. diff --git a/paket.dependencies b/paket.dependencies index 85d61e8..7d8b717 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,13 +1,13 @@ -framework: >=net45 +framework: net45 redirects: on source https://www.nuget.org/api/v2/ -nuget FSharp.Core ~> 4.1.17 +nuget FSharp.Core >= 3.1 lowest_matching:true nuget FsPickler ~> 4.0 nuget Unquote 2.2.2 group Build - framework: >=net45 + framework: net45 redirects: on source https://www.nuget.org/api/v2/ nuget Nuget.CommandLine @@ -15,7 +15,7 @@ group Build github fsharp/FAKE modules/Octokit/Octokit.fsx group Test - framework: >=net45 + framework: net45 redirects: on source https://www.nuget.org/api/v2/ nuget FSharp.Core ~> 4.1.17 diff --git a/paket.lock b/paket.lock index 2317fb8..a8edc1b 100644 --- a/paket.lock +++ b/paket.lock @@ -1,95 +1,15 @@ REDIRECTS: ON -RESTRICTION: >= net45 +RESTRICTION: == net45 NUGET remote: https://www.nuget.org/api/v2 - FSharp.Core (4.1.18) - System.Collections (>= 4.0.11) - restriction: && (>= net45) (>= netstandard1.6) - System.Console (>= 4.0) - restriction: && (>= net45) (>= netstandard1.6) - System.Diagnostics.Debug (>= 4.0.11) - restriction: && (>= net45) (>= netstandard1.6) - System.Diagnostics.Tools (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Globalization (>= 4.0.11) - restriction: && (>= net45) (>= netstandard1.6) - System.IO (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Linq (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Linq.Expressions (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Linq.Queryable (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Net.Requests (>= 4.0.11) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Extensions (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Resources.ResourceManager (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Runtime (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Runtime.Extensions (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Runtime.Numerics (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Text.RegularExpressions (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading (>= 4.0.11) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Tasks (>= 4.0.11) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Tasks.Parallel (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Thread (>= 4.0) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.ThreadPool (>= 4.0.10) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Timer (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) + FSharp.Core (3.1.2) FsPickler (4.0) FSharp.Core (>= 3.1) - System.Collections (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Console (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Diagnostics.Debug (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Diagnostics.Tools (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Globalization (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.IO (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Linq (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Collections (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Linq.Expressions (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Collections (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Globalization (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.IO (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Linq (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.ObjectModel (>= 4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Reflection.Emit (>= 4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Reflection.Extensions (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Threading (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Linq.Queryable (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Net.Requests (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.ObjectModel (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Emit (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Emit.ILGeneration (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Emit.Lightweight (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Extensions (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Primitives (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.TypeExtensions (4.4) - restriction: && (>= net45) (>= netstandard1.6) - System.Resources.ResourceManager (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Runtime (4.3) - restriction: || (&& (>= net45) (>= netcoreapp1.1)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime.Extensions (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Runtime.Numerics (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Text.RegularExpressions (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Collections (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Globalization (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netcoreapp1.1)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Threading (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Threading (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Tasks (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Tasks.Parallel (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Thread (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.ThreadPool (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Timer (4.3) - restriction: && (>= net45) (>= netstandard1.6) Unquote (2.2.2) GROUP Build REDIRECTS: ON -RESTRICTION: >= net45 +RESTRICTION: == net45 NUGET remote: https://www.nuget.org/api/v2 FAKE (4.63.2) @@ -101,91 +21,11 @@ GITHUB Octokit (>= 0.20) GROUP Test REDIRECTS: ON -RESTRICTION: >= net45 +RESTRICTION: == net45 NUGET remote: https://www.nuget.org/api/v2 FSharp.Core (4.1.18) - System.Collections (>= 4.0.11) - restriction: && (>= net45) (>= netstandard1.6) - System.Console (>= 4.0) - restriction: && (>= net45) (>= netstandard1.6) - System.Diagnostics.Debug (>= 4.0.11) - restriction: && (>= net45) (>= netstandard1.6) - System.Diagnostics.Tools (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Globalization (>= 4.0.11) - restriction: && (>= net45) (>= netstandard1.6) - System.IO (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Linq (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Linq.Expressions (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Linq.Queryable (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Net.Requests (>= 4.0.11) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Extensions (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Resources.ResourceManager (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Runtime (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Runtime.Extensions (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Runtime.Numerics (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Text.RegularExpressions (>= 4.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading (>= 4.0.11) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Tasks (>= 4.0.11) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Tasks.Parallel (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Thread (>= 4.0) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.ThreadPool (>= 4.0.10) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Timer (>= 4.0.1) - restriction: && (>= net45) (>= netstandard1.6) FsUnit (1.3.0.1) NUnit (>= 2.6.3) NUnit (2.6.4) NUnit.Runners (2.6.4) - System.Collections (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Console (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Diagnostics.Debug (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Diagnostics.Tools (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Globalization (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.IO (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Linq (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Collections (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Linq.Expressions (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Collections (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Globalization (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.IO (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Linq (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.ObjectModel (>= 4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Reflection.Emit (>= 4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Reflection.Extensions (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Threading (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Linq.Queryable (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Net.Requests (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.ObjectModel (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Emit (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Emit.ILGeneration (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Emit.Lightweight (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Extensions (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.Primitives (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Reflection.TypeExtensions (4.4) - restriction: && (>= net45) (>= netstandard1.6) - System.Resources.ResourceManager (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Runtime (4.3) - restriction: || (&& (>= net45) (>= netcoreapp1.1)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime.Extensions (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Runtime.Numerics (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Text.RegularExpressions (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Collections (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Globalization (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netcoreapp1.1)) (&& (>= net45) (>= netstandard1.6)) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Threading (>= 4.3) - restriction: || (&& (>= dnxcore50) (>= net45)) (&& (>= net45) (>= netstandard1.6)) - System.Threading (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Tasks (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Tasks.Parallel (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Thread (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.ThreadPool (4.3) - restriction: && (>= net45) (>= netstandard1.6) - System.Threading.Timer (4.3) - restriction: && (>= net45) (>= netstandard1.6) diff --git a/src/Thespian.Cluster/AssemblyInfo.fs b/src/Thespian.Cluster/AssemblyInfo.fs index 98d274f..0b3bc92 100644 --- a/src/Thespian.Cluster/AssemblyInfo.fs +++ b/src/Thespian.Cluster/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Thespian.Cluster" let [] AssemblyProduct = "Thespian.Cluster" let [] AssemblyDescription = "An F# Actor Framework" - let [] AssemblyVersion = "0.1.15" - let [] AssemblyFileVersion = "0.1.15" + let [] AssemblyVersion = "0.1.16" + let [] AssemblyFileVersion = "0.1.16" diff --git a/src/Thespian.Cluster/Thespian.Cluster.fsproj b/src/Thespian.Cluster/Thespian.Cluster.fsproj index 74199de..5c9168a 100644 --- a/src/Thespian.Cluster/Thespian.Cluster.fsproj +++ b/src/Thespian.Cluster/Thespian.Cluster.fsproj @@ -107,10 +107,10 @@ --> - + - ..\..\packages\FSharp.Core\lib\net45\FSharp.Core.dll + ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll True True @@ -118,7 +118,7 @@ - + True @@ -135,131 +135,7 @@ - - - - ..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - - - - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - - - - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - - - - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - - - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net461\System.Reflection.TypeExtensions.dll - True - True - - - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - - - - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - - - - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - - - - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - - - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - - - + ..\..\packages\Unquote\lib\net40\Unquote.dll diff --git a/src/Thespian.Cluster/app.config b/src/Thespian.Cluster/app.config index 8a15cc0..4456e15 100644 --- a/src/Thespian.Cluster/app.config +++ b/src/Thespian.Cluster/app.config @@ -5,6 +5,6 @@ True - + \ No newline at end of file diff --git a/src/Thespian/AssemblyInfo.fs b/src/Thespian/AssemblyInfo.fs index c4ee16c..6c974c7 100644 --- a/src/Thespian/AssemblyInfo.fs +++ b/src/Thespian/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Thespian" let [] AssemblyProduct = "Thespian" let [] AssemblyDescription = "An F# Actor Framework" - let [] AssemblyVersion = "0.1.15" - let [] AssemblyFileVersion = "0.1.15" + let [] AssemblyVersion = "0.1.16" + let [] AssemblyFileVersion = "0.1.16" diff --git a/src/Thespian/Thespian.fsproj b/src/Thespian/Thespian.fsproj index c72b1e8..28a7c04 100644 --- a/src/Thespian/Thespian.fsproj +++ b/src/Thespian/Thespian.fsproj @@ -101,10 +101,10 @@ --> - + - ..\..\packages\FSharp.Core\lib\net45\FSharp.Core.dll + ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll True True @@ -112,7 +112,7 @@ - + True @@ -128,128 +128,4 @@ - - - - - ..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - - - - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - - - - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - - - - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - - - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net461\System.Reflection.TypeExtensions.dll - True - True - - - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - - - - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - - - - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - - - - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - - - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - \ No newline at end of file diff --git a/src/Thespian/app.config b/src/Thespian/app.config index da65d62..2ebde5a 100644 --- a/src/Thespian/app.config +++ b/src/Thespian/app.config @@ -1,10 +1,4 @@  - - - True - - - - + diff --git a/tests/Thespian.Cluster.Tests/Thespian.Cluster.Tests.fsproj b/tests/Thespian.Cluster.Tests/Thespian.Cluster.Tests.fsproj index 651fe9a..b092b4b 100644 --- a/tests/Thespian.Cluster.Tests/Thespian.Cluster.Tests.fsproj +++ b/tests/Thespian.Cluster.Tests/Thespian.Cluster.Tests.fsproj @@ -90,10 +90,10 @@ --> - + - ..\..\packages\FSharp.Core\lib\net45\FSharp.Core.dll + ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll True True @@ -101,7 +101,7 @@ - + True @@ -118,131 +118,7 @@ - - - - ..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - - - - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - - - - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - - - - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - - - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net461\System.Reflection.TypeExtensions.dll - True - True - - - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - - - - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - - - - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - - - - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - - - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - - - + ..\..\packages\test\FsUnit\Lib\Net40\FsUnit.NUnit.dll @@ -253,7 +129,7 @@ - + ..\..\packages\test\NUnit\lib\nunit.framework.dll diff --git a/tests/Thespian.Cluster.Tests/app.config b/tests/Thespian.Cluster.Tests/app.config index b552d9c..17103b4 100644 --- a/tests/Thespian.Cluster.Tests/app.config +++ b/tests/Thespian.Cluster.Tests/app.config @@ -5,7 +5,7 @@ True - + True diff --git a/tests/Thespian.TestCluster/App.config b/tests/Thespian.TestCluster/App.config index c25c8d0..26dd7e7 100644 --- a/tests/Thespian.TestCluster/App.config +++ b/tests/Thespian.TestCluster/App.config @@ -8,6 +8,6 @@ True - + diff --git a/tests/Thespian.TestCluster/Thespian.TestCluster.fsproj b/tests/Thespian.TestCluster/Thespian.TestCluster.fsproj index 8d56397..875ebf5 100644 --- a/tests/Thespian.TestCluster/Thespian.TestCluster.fsproj +++ b/tests/Thespian.TestCluster/Thespian.TestCluster.fsproj @@ -88,10 +88,10 @@ --> - + - ..\..\packages\FSharp.Core\lib\net45\FSharp.Core.dll + ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll True True @@ -99,7 +99,7 @@ - + True @@ -115,128 +115,4 @@ - - - - - ..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - - - - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - - - - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - - - - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - - - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net461\System.Reflection.TypeExtensions.dll - True - True - - - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - - - - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - - - - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - - - - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - - - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - \ No newline at end of file diff --git a/tests/Thespian.Tests/Thespian.Tests.fsproj b/tests/Thespian.Tests/Thespian.Tests.fsproj index 5ee7cb6..bdc797b 100644 --- a/tests/Thespian.Tests/Thespian.Tests.fsproj +++ b/tests/Thespian.Tests/Thespian.Tests.fsproj @@ -91,10 +91,10 @@ --> - + - ..\..\packages\FSharp.Core\lib\net45\FSharp.Core.dll + ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll True True @@ -102,7 +102,7 @@ - + True @@ -119,131 +119,7 @@ - - - - ..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - - - - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - - - - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - - - - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - - - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net461\System.Reflection.TypeExtensions.dll - True - True - - - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - - - - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - - - - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - - - - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - - - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - - - + ..\..\packages\test\FsUnit\Lib\Net40\FsUnit.NUnit.dll @@ -254,7 +130,7 @@ - + ..\..\packages\test\NUnit\lib\nunit.framework.dll diff --git a/tests/Thespian.Tests/app.config b/tests/Thespian.Tests/app.config index b552d9c..32524fa 100644 --- a/tests/Thespian.Tests/app.config +++ b/tests/Thespian.Tests/app.config @@ -2,11 +2,6 @@ - - True - - - True