Skip to content

Commit

Permalink
upgrade sharp7.rx to 1.1.8
Browse files Browse the repository at this point in the history
- fix #2
- removed redundant deps
  • Loading branch information
fbarresi committed Sep 7, 2022
1 parent 5efb296 commit 759101c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion TFU002/TFU002.Interfaces/TFU002.Interfaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Beckhoff.TwinCAT.Ads" Version="5.0.492" />
<PackageReference Include="Sharp7.Rx" Version="1.0.44" />
<PackageReference Include="Sharp7.Rx" Version="1.1.8" />
</ItemGroup>

</Project>
3 changes: 0 additions & 3 deletions TFU002/TFU002.Logic/TFU002.Logic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Beckhoff.TwinCAT.Ads" Version="5.0.492" />
<PackageReference Include="Beckhoff.TwinCAT.Ads.Reactive" Version="5.0.492" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Sharp7" Version="1.1.79" />
<PackageReference Include="Sharp7.Rx" Version="1.0.44" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 759101c

Please sign in to comment.