diff --git a/Chapter.01/QuickSort.cs/QuickSort.cs.csproj b/Chapter.01/QuickSort.cs/QuickSort.cs.csproj index c64de39..6d654a9 100644 --- a/Chapter.01/QuickSort.cs/QuickSort.cs.csproj +++ b/Chapter.01/QuickSort.cs/QuickSort.cs.csproj @@ -34,7 +34,10 @@ 4 - + + ..\..\packages\FSharp.Core.4.3.4\lib\net45\FSharp.Core.dll + True + @@ -51,6 +54,7 @@ + diff --git a/Chapter.01/QuickSort.cs/packages.config b/Chapter.01/QuickSort.cs/packages.config new file mode 100644 index 0000000..c440493 --- /dev/null +++ b/Chapter.01/QuickSort.cs/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Chapter.01/QuickSort.fs/QuickSort.fs.fsproj b/Chapter.01/QuickSort.fs/QuickSort.fs.fsproj index 720762a..dc7d86a 100644 --- a/Chapter.01/QuickSort.fs/QuickSort.fs.fsproj +++ b/Chapter.01/QuickSort.fs/QuickSort.fs.fsproj @@ -11,7 +11,7 @@ QuickSort.fs v4.7 true - 4.4.1.0 + 4.4.3.0 QuickSort.fs @@ -38,28 +38,6 @@ bin\Release\QuickSort.fs.XML true - - - - True - - - - - - - - - - - - - - Utilities - {2c133fbd-c138-43bb-9066-a9fecb1abe86} - True - - 11 @@ -76,6 +54,27 @@ + + + + + + + + + ..\..\packages\FSharp.Core.4.3.4\lib\net45\FSharp.Core.dll + + + + + + + + Utilities + {2c133fbd-c138-43bb-9066-a9fecb1abe86} + True + +