Skip to content

Commit

Permalink
fixed reference
Browse files Browse the repository at this point in the history
  • Loading branch information
msarilar committed Jul 10, 2018
1 parent 1ed1125 commit 8ae1525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EDEngineer.Server/EDEngineer.Server.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<HintPath>..\packages\NodaTime.2.3.0\lib\net45\NodaTime.dll</HintPath>
</Reference>
<Reference Include="Suave">
<HintPath>..\packages\Suave.2.2.1\lib\net40\Suave.dll</HintPath>
<HintPath>..\packages\Suave.2.4.3\lib\net461\Suave.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion EDEngineer.Server/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<package id="FSharp.Core" version="4.5.0" targetFramework="net452" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net452" />
<package id="NodaTime" version="2.3.0" targetFramework="net452" />
<package id="Suave" version="2.4.3" targetFramework="net461" />
<package id="XPlot.Plotly" version="1.4.5" targetFramework="net461" />
<package id="Suave" version="2.4.3" targetFramework="net452" />
</packages>

0 comments on commit 8ae1525

Please sign in to comment.