Skip to content

Commit

Permalink
the ads marsheler has bugs in it
Browse files Browse the repository at this point in the history
Revert "Update Beckhoff.TwinCAT.Ads 6.1.203 -> 6.1.290 (#370)"

This reverts commit eec6fb9.
  • Loading branch information
Vectron committed Oct 15, 2024
1 parent b22f273 commit 2e6242d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/PlcInterface.Ads/PlcInterface.Ads.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Beckhoff.TwinCAT.Ads" Version="6.1.290" />
<PackageReference Include="Beckhoff.TwinCAT.Ads.Reactive" Version="6.1.290" />
<PackageReference Include="Beckhoff.TwinCAT.Ads" Version="6.1.203" />
<PackageReference Include="Beckhoff.TwinCAT.Ads.Reactive" Version="6.1.203" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="System.IO.Abstractions" Version="21.0.29" />
Expand Down
4 changes: 2 additions & 2 deletions src/PlcInterface.Sandbox/PlcInterface.Sandbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Vectron.Extensions.Logging.Console.Formatter" Version="1.0.48" />
<PackageReference Include="Vectron.InteractiveConsole" Version="1.0.68" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Beckhoff.TwinCAT.Ads.TcpRouter" Version="6.1.290" />
<PackageReference Include="Beckhoff.TwinCAT.Ads.TcpRouter" Version="6.1.203" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2e6242d

Please sign in to comment.