Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarresi committed Sep 30, 2019
1 parent 47fa8db commit 7638ae5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions TwinCatAdsTool.Interfaces/TwinCatAdsTool.Interfaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,11 @@
<PackageReference Include="log4net" Version="2.0.8" />
<PackageReference Include="Ninject" Version="3.3.4" />
<PackageReference Include="System.Reactive" Version="4.1.3" />
<PackageReference Include="TwinCAT.JsonExtension" Version="1.0.6" />
</ItemGroup>

<ItemGroup>
<Folder Include="Models\" />
</ItemGroup>

<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>C:\Users\federico.barresi\.nuget\packages\newtonsoft.json\12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="TwinCAT.Ads">
<HintPath>C:\Users\federico.barresi\.nuget\packages\beckhoff.twincat.ads\4.3.7\lib\Net40-full\TwinCAT.Ads.dll</HintPath>
</Reference>
</ItemGroup>

</Project>

0 comments on commit 7638ae5

Please sign in to comment.