From ce8325dd834ced2066bca62310ce9c48fbb8b190 Mon Sep 17 00:00:00 2001 From: "OPTIMUS-PRIME\\craig" Date: Mon, 27 Aug 2018 16:48:31 +0100 Subject: [PATCH] Update project to F# 4.5. Replace "generate" with "make" in ConsoleCommands. --- TestCentre/TestCentre.fsproj | 22 +++++------ TestCentre/packages.config | 16 ++++---- WetPancake/AssemblyInfo.fs | 4 +- WetPancake/WetPancake.fsproj | 1 + WetPancakeCLI/ConsoleCommands.cs | 59 +++++++++++++++--------------- WetPancakeCLI/WetPancakeCLI.csproj | 2 +- 6 files changed, 53 insertions(+), 51 deletions(-) diff --git a/TestCentre/TestCentre.fsproj b/TestCentre/TestCentre.fsproj index 8b00856..be15d93 100644 --- a/TestCentre/TestCentre.fsproj +++ b/TestCentre/TestCentre.fsproj @@ -1,7 +1,7 @@ - - + + Debug @@ -85,7 +85,7 @@ ..\packages\FsCheck.Xunit.2.11.0\lib\net452\FsCheck.Xunit.dll - ..\packages\FSharp.Core.4.5.0\lib\net45\FSharp.Core.dll + ..\packages\FSharp.Core.4.5.2\lib\net45\FSharp.Core.dll @@ -95,16 +95,16 @@ True - ..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll + ..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll - ..\packages\xunit.assert.2.3.1\lib\netstandard1.1\xunit.assert.dll + ..\packages\xunit.assert.2.4.0\lib\netstandard2.0\xunit.assert.dll - ..\packages\xunit.extensibility.core.2.3.1\lib\netstandard1.1\xunit.core.dll + ..\packages\xunit.extensibility.core.2.4.0\lib\net452\xunit.core.dll - ..\packages\xunit.extensibility.execution.2.3.1\lib\net452\xunit.execution.desktop.dll + ..\packages\xunit.extensibility.execution.2.4.0\lib\net452\xunit.execution.desktop.dll @@ -118,11 +118,11 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - + + + - +