From a92e6300af0c0b6d0ed9c061e92854c819fc1297 Mon Sep 17 00:00:00 2001 From: Yevhen Bobrov Date: Fri, 28 Jul 2017 01:47:57 +0300 Subject: [PATCH] Fix references to FSharp.Core --- .../FSharp.Demo.HelloWorld/HelloWorld.fsproj | 6 ++++-- Source/FSharp.Demo.Shop/Shop.fsproj | 6 ++++-- .../Client.fsproj | 6 ++++-- .../Server.fsproj | 6 ++++-- .../Shared.fsproj | 6 ++++-- .../FSharp.Example.Reentrant/Reentrant.fsproj | 6 ++++-- .../Client.fsproj | 6 ++++-- .../Server.fsproj | 6 ++++-- .../Shared.fsproj | 6 ++++-- Source/FSharp.Example.Suave/Http.Suave.fsproj | 20 ++++++++----------- Source/FSharp.Example.Suave/paket.references | 1 - .../Orleankka.FSharp.Runtime.fsproj | 6 ++++-- .../Orleankka.FSharp.Tests.fsproj | 6 ++++-- .../Orleankka.FSharp/Orleankka.FSharp.fsproj | 6 ++++-- paket.dependencies | 1 - 15 files changed, 56 insertions(+), 38 deletions(-) diff --git a/Source/FSharp.Demo.HelloWorld/HelloWorld.fsproj b/Source/FSharp.Demo.HelloWorld/HelloWorld.fsproj index b1833c05..22f4d4ca 100644 --- a/Source/FSharp.Demo.HelloWorld/HelloWorld.fsproj +++ b/Source/FSharp.Demo.HelloWorld/HelloWorld.fsproj @@ -73,8 +73,10 @@ - - True + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/Source/FSharp.Demo.Shop/Shop.fsproj b/Source/FSharp.Demo.Shop/Shop.fsproj index 952e75a8..4db1407d 100644 --- a/Source/FSharp.Demo.Shop/Shop.fsproj +++ b/Source/FSharp.Demo.Shop/Shop.fsproj @@ -75,8 +75,10 @@ - - True + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/Source/FSharp.Example.Observers.Chat.Client/Client.fsproj b/Source/FSharp.Example.Observers.Chat.Client/Client.fsproj index 3a6f6a66..9981f65d 100644 --- a/Source/FSharp.Example.Observers.Chat.Client/Client.fsproj +++ b/Source/FSharp.Example.Observers.Chat.Client/Client.fsproj @@ -62,8 +62,10 @@ - - True + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/Source/FSharp.Example.Observers.Chat.Server/Server.fsproj b/Source/FSharp.Example.Observers.Chat.Server/Server.fsproj index b7d2206b..1e437b7f 100644 --- a/Source/FSharp.Example.Observers.Chat.Server/Server.fsproj +++ b/Source/FSharp.Example.Observers.Chat.Server/Server.fsproj @@ -64,8 +64,10 @@ - - True + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/Source/FSharp.Example.Observers.Chat.Shared/Shared.fsproj b/Source/FSharp.Example.Observers.Chat.Shared/Shared.fsproj index 43a69f70..61c36673 100644 --- a/Source/FSharp.Example.Observers.Chat.Shared/Shared.fsproj +++ b/Source/FSharp.Example.Observers.Chat.Shared/Shared.fsproj @@ -59,8 +59,10 @@ - - True + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/Source/FSharp.Example.Reentrant/Reentrant.fsproj b/Source/FSharp.Example.Reentrant/Reentrant.fsproj index 36de47b9..79f24e1f 100644 --- a/Source/FSharp.Example.Reentrant/Reentrant.fsproj +++ b/Source/FSharp.Example.Reentrant/Reentrant.fsproj @@ -40,8 +40,10 @@ - - True + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/Source/FSharp.Example.Streams.Chat.Client/Client.fsproj b/Source/FSharp.Example.Streams.Chat.Client/Client.fsproj index 18a24b2e..9086d54b 100644 --- a/Source/FSharp.Example.Streams.Chat.Client/Client.fsproj +++ b/Source/FSharp.Example.Streams.Chat.Client/Client.fsproj @@ -64,8 +64,10 @@ - - True + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/Source/FSharp.Example.Streams.Chat.Server/Server.fsproj b/Source/FSharp.Example.Streams.Chat.Server/Server.fsproj index e06084c6..1716a44d 100644 --- a/Source/FSharp.Example.Streams.Chat.Server/Server.fsproj +++ b/Source/FSharp.Example.Streams.Chat.Server/Server.fsproj @@ -63,8 +63,10 @@ - - True + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/Source/FSharp.Example.Streams.Chat.Shared/Shared.fsproj b/Source/FSharp.Example.Streams.Chat.Shared/Shared.fsproj index cfa052d0..c3cc9a4b 100644 --- a/Source/FSharp.Example.Streams.Chat.Shared/Shared.fsproj +++ b/Source/FSharp.Example.Streams.Chat.Shared/Shared.fsproj @@ -62,8 +62,10 @@ - - True + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/Source/FSharp.Example.Suave/Http.Suave.fsproj b/Source/FSharp.Example.Suave/Http.Suave.fsproj index d6f738c2..55c8c1e1 100644 --- a/Source/FSharp.Example.Suave/Http.Suave.fsproj +++ b/Source/FSharp.Example.Suave/Http.Suave.fsproj @@ -39,6 +39,13 @@ 11 + + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll + + @@ -97,18 +104,7 @@ - --> - - - - - ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - - + --> diff --git a/Source/FSharp.Example.Suave/paket.references b/Source/FSharp.Example.Suave/paket.references index addf4660..d5482619 100644 --- a/Source/FSharp.Example.Suave/paket.references +++ b/Source/FSharp.Example.Suave/paket.references @@ -1,4 +1,3 @@ -FSharp.Core FsPickler Microsoft.CodeAnalysis.Analyzers Microsoft.CodeAnalysis.Common diff --git a/Source/Orleankka.FSharp.Runtime/Orleankka.FSharp.Runtime.fsproj b/Source/Orleankka.FSharp.Runtime/Orleankka.FSharp.Runtime.fsproj index 9ac7e37a..8e507fbd 100644 --- a/Source/Orleankka.FSharp.Runtime/Orleankka.FSharp.Runtime.fsproj +++ b/Source/Orleankka.FSharp.Runtime/Orleankka.FSharp.Runtime.fsproj @@ -58,8 +58,10 @@ - - True + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/Source/Orleankka.FSharp.Tests/Orleankka.FSharp.Tests.fsproj b/Source/Orleankka.FSharp.Tests/Orleankka.FSharp.Tests.fsproj index cd553774..28e042a7 100644 --- a/Source/Orleankka.FSharp.Tests/Orleankka.FSharp.Tests.fsproj +++ b/Source/Orleankka.FSharp.Tests/Orleankka.FSharp.Tests.fsproj @@ -61,8 +61,10 @@ - - True + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/Source/Orleankka.FSharp/Orleankka.FSharp.fsproj b/Source/Orleankka.FSharp/Orleankka.FSharp.fsproj index dec23257..cc1eb1d1 100644 --- a/Source/Orleankka.FSharp/Orleankka.FSharp.fsproj +++ b/Source/Orleankka.FSharp/Orleankka.FSharp.fsproj @@ -76,8 +76,10 @@ - - True + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll diff --git a/paket.dependencies b/paket.dependencies index 6d152d79..8eebff9b 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -12,7 +12,6 @@ nuget NUnit 2.6.4 nuget NUnit.Runners 2.6.4 nuget PowerAssert -nuget FSharp.Core 4.0.0.1 nuget FsPickler 1.2.5 nuget Suave 0.31.0