diff --git a/build.cmd b/build.cmd index a09e9a1..0c7c432 100644 --- a/build.cmd +++ b/build.cmd @@ -11,7 +11,7 @@ if not exist src\packages\SourceLink.Fake\tools\SourceLink.fsx ( ) rem cls -tools\nuget\NuGet.exe install NBench.Runner -OutputDirectory src\packages -ExcludeVersion +tools\nuget\NuGet.exe install NBench.Runner -OutputDirectory src\packages -ExcludeVersion -Version 0.1.6 set encoding=utf-8 src\packages\FAKE\tools\FAKE.exe build.fsx %* diff --git a/build.sh b/build.sh index 7a2a5da..f14b410 100644 --- a/build.sh +++ b/build.sh @@ -17,7 +17,7 @@ mono $SCRIPT_PATH/tools/nuget/NuGet.exe install NBench.Runner -OutputDirectory $ if ! [ -e $SCRIPT_PATH/src/packages/SourceLink.Fake/tools/SourceLink.fsx ] ; then - mono $SCRIPT_PATH/tools/nuget/NuGet.exe install SourceLink.Fake -OutputDirectory $SCRIPT_PATH/src/packages -ExcludeVersion + mono $SCRIPT_PATH/tools/nuget/NuGet.exe install SourceLink.Fake -OutputDirectory $SCRIPT_PATH/src/packages -ExcludeVersion -Version 0.1.6 fi diff --git a/src/Helios.DedicatedThreadPool.sln b/src/Helios.DedicatedThreadPool.sln index 7c2112b..b918e85 100644 --- a/src/Helios.DedicatedThreadPool.sln +++ b/src/Helios.DedicatedThreadPool.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +VisualStudioVersion = 14.0.24720.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Helios.DedicatedThreadPool", "core\Helios.DedicatedThreadPool\Helios.DedicatedThreadPool.csproj", "{6C8F359E-E479-44D5-8FA0-02BFD38C3860}" EndProject @@ -26,9 +26,6 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Helios.DedicatedThreadPool.Tests.Performance", "tests\Helios.DedicatedThreadPool.Tests.Performance\Helios.DedicatedThreadPool.Tests.Performance.csproj", "{428DF580-1734-4AB6-B80E-F5ABABCE61D6}" EndProject Global - GlobalSection(Performance) = preSolution - HasPerformanceSessions = true - EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU diff --git a/src/tests/Helios.DedicatedThreadPool.Tests.Performance/Helios.DedicatedThreadPool.Tests.Performance.csproj b/src/tests/Helios.DedicatedThreadPool.Tests.Performance/Helios.DedicatedThreadPool.Tests.Performance.csproj index 2f7fedf..295d1d2 100644 --- a/src/tests/Helios.DedicatedThreadPool.Tests.Performance/Helios.DedicatedThreadPool.Tests.Performance.csproj +++ b/src/tests/Helios.DedicatedThreadPool.Tests.Performance/Helios.DedicatedThreadPool.Tests.Performance.csproj @@ -30,8 +30,8 @@ 4 - - ..\..\packages\NBench.0.1.0\lib\net45\NBench.dll + + ..\..\packages\NBench.0.1.6\lib\net45\NBench.dll True diff --git a/src/tests/Helios.DedicatedThreadPool.Tests.Performance/packages.config b/src/tests/Helios.DedicatedThreadPool.Tests.Performance/packages.config index e2908a0..ea2ca8d 100644 --- a/src/tests/Helios.DedicatedThreadPool.Tests.Performance/packages.config +++ b/src/tests/Helios.DedicatedThreadPool.Tests.Performance/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file