diff --git a/DeathSocket/DeathSocket.fsproj b/DeathSocket/DeathSocket.fsproj index 8300ee4..acfc299 100644 --- a/DeathSocket/DeathSocket.fsproj +++ b/DeathSocket/DeathSocket.fsproj @@ -33,4 +33,8 @@ New functions have been added so you can now create a SolidBrush using individua + + + + diff --git a/DeathSocketCLI/DeathSocketCLI.fsproj b/DeathSocketCLI/DeathSocketCLI.fsproj index 52310bb..cf3d00a 100644 --- a/DeathSocketCLI/DeathSocketCLI.fsproj +++ b/DeathSocketCLI/DeathSocketCLI.fsproj @@ -62,7 +62,7 @@ ..\packages\Console.Waterworks.0.1.0.0-alpha1\lib\Console.Waterworks.dll - ..\packages\FSharp.Core.4.5.2\lib\net45\FSharp.Core.dll + ..\packages\FSharp.Core.4.5.4\lib\net45\FSharp.Core.dll diff --git a/DeathSocketCLI/packages.config b/DeathSocketCLI/packages.config index 955bdd7..d59a998 100644 --- a/DeathSocketCLI/packages.config +++ b/DeathSocketCLI/packages.config @@ -1,7 +1,7 @@  - + diff --git a/TestCentre/Script.fsx b/TestCentre/Script.fsx index 58283d6..ecd9f26 100644 --- a/TestCentre/Script.fsx +++ b/TestCentre/Script.fsx @@ -100,7 +100,7 @@ populateLoadingTestArea () This bit of code is for creating the SavingTestArea folder which Test Centre will use when it runs its tests. You will normally only need to run this code when you have just cloned this repository or you accidently deleted said -fodler. In other words, you should only need to use it once. *) +folder. In other words, you should only need to use it once. *) let createSavingTestArea () = match Directory.Exists saveLocation with @@ -109,6 +109,6 @@ let createSavingTestArea () = printfn "SavingTestArea created." | _ -> printfn "SavingTestArea already exists." -(* Before calling this function, make sure the test checking this folder exists -is failing first. *) +(* Before calling this function, make sure the test checking to see if this +folder exists is failing first. *) createSavingTestArea () \ No newline at end of file diff --git a/TestCentre/TestCentre.fsproj b/TestCentre/TestCentre.fsproj index 095f0ae..e949b4a 100644 --- a/TestCentre/TestCentre.fsproj +++ b/TestCentre/TestCentre.fsproj @@ -1,7 +1,7 @@ - - + + Debug @@ -53,13 +53,13 @@ - ..\packages\FsCheck.2.11.0\lib\net452\FsCheck.dll + ..\packages\FsCheck.2.13.0\lib\net452\FsCheck.dll - ..\packages\FsCheck.Xunit.2.11.0\lib\net452\FsCheck.Xunit.dll + ..\packages\FsCheck.Xunit.2.13.0\lib\net452\FsCheck.Xunit.dll - ..\packages\FSharp.Core.4.5.2\lib\net45\FSharp.Core.dll + ..\packages\FSharp.Core.4.5.4\lib\net45\FSharp.Core.dll @@ -69,7 +69,7 @@ - ..\packages\System.Drawing.Common.4.5.0\lib\net461\System.Drawing.Common.dll + ..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll @@ -79,13 +79,13 @@ ..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll - ..\packages\xunit.assert.2.4.0\lib\netstandard2.0\xunit.assert.dll + ..\packages\xunit.assert.2.4.1\lib\netstandard1.1\xunit.assert.dll - ..\packages\xunit.extensibility.core.2.4.0\lib\net452\xunit.core.dll + ..\packages\xunit.extensibility.core.2.4.1\lib\net452\xunit.core.dll - ..\packages\xunit.extensibility.execution.2.4.0\lib\net452\xunit.execution.desktop.dll + ..\packages\xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll @@ -104,11 +104,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}. - - - + + + - +