Browse Source

update nuget packages and assembly info. for solution.

master 1.0.0
Craig Oates 5 years ago
parent
commit
b6330a192f
  1. 2
      SmoulderingBeachBall/SmoulderingBeachBall.fsproj
  2. 6
      SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj
  3. 4
      SmoulderingBeachBallCLI/packages.config
  4. 2
      TestCentre/TestCentre.fsproj
  5. 2
      TestCentre/packages.config

2
SmoulderingBeachBall/SmoulderingBeachBall.fsproj

@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.6.0" />
<PackageReference Update="FSharp.Core" Version="4.6.1" />
</ItemGroup>
</Project>

6
SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj

@ -58,15 +58,15 @@
<Content Include="packages.config" />
<Content Include="icon.ico" />
<None Include="AppIcon.res" />
<Content Include="WaterWorksIcon.ico" />
<None Include="cheat-sheet.pdf" />
<Content Include="WaterWorksIcon.ico" />
</ItemGroup>
<ItemGroup>
<Reference Include="Console.Waterworks">
<HintPath>..\packages\Console.Waterworks.1.0.0\lib\net47\Console.Waterworks.dll</HintPath>
<HintPath>..\packages\Console.Waterworks.1.0.0.2\lib\net47\Console.Waterworks.dll</HintPath>
</Reference>
<Reference Include="FSharp.Core">
<HintPath>..\packages\FSharp.Core.4.6.0\lib\net45\FSharp.Core.dll</HintPath>
<HintPath>..\packages\FSharp.Core.4.6.1\lib\net45\FSharp.Core.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="System" />

4
SmoulderingBeachBallCLI/packages.config

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Console.Waterworks" version="1.0.0" targetFramework="net471" />
<package id="FSharp.Core" version="4.6.0" targetFramework="net471" />
<package id="Console.Waterworks" version="1.0.0.2" targetFramework="net471" />
<package id="FSharp.Core" version="4.6.1" targetFramework="net471" />
<package id="System.Drawing.Common" version="4.5.1" targetFramework="net471" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net471" />
</packages>

2
TestCentre/TestCentre.fsproj

@ -62,7 +62,7 @@
<HintPath>..\packages\FsCheck.Xunit.2.13.0\lib\net452\FsCheck.Xunit.dll</HintPath>
</Reference>
<Reference Include="FSharp.Core">
<HintPath>..\packages\FSharp.Core.4.6.0\lib\net45\FSharp.Core.dll</HintPath>
<HintPath>..\packages\FSharp.Core.4.6.1\lib\net45\FSharp.Core.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="System" />

2
TestCentre/packages.config

@ -2,7 +2,7 @@
<packages>
<package id="FsCheck" version="2.13.0" targetFramework="net471" />
<package id="FsCheck.Xunit" version="2.13.0" targetFramework="net471" />
<package id="FSharp.Core" version="4.6.0" targetFramework="net471" />
<package id="FSharp.Core" version="4.6.1" targetFramework="net471" />
<package id="System.Drawing.Common" version="4.5.1" targetFramework="net471" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net471" />
<package id="xunit" version="2.4.1" targetFramework="net471" />

Loading…
Cancel
Save